We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1191d commit b2ecfbbCopy full SHA for b2ecfbb
src/tests.ts
@@ -355,6 +355,8 @@ export async function createTestController(
355
type: "node",
356
request: "attach",
357
port: 9229,
358
+ // XXX: On macOS Chromium's --wait-for-debugger flag waits 60 seconds
359
+ timeout: 61_000,
360
continueOnAttach: true,
361
},
362
{ testRun: run, parentSession: vscode.debug.activeDebugSession },
0 commit comments