Skip to content

Commit

Permalink
debug timeout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Nov 17, 2023
1 parent 615180d commit 2354ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkspaceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export class WorkspaceManager implements vscode.Disposable {
vscode.debug.stopDebugging(currentSession);
});
}
await waitWithTimout(terminated, 5000, 'Abandoning waiting for termination of debug session');
await terminated;
} else {
throw Error(
'Failed starting the debug session. Maybe something wrong with "testMate.cpp.debug.configTemplate".',
Expand Down

0 comments on commit 2354ad3

Please sign in to comment.