Skip to content

Commit b2ecfbb

Browse files
committed
fix: increase timeout when doing joint C++ and JS debugging
1 parent ee1191d commit b2ecfbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ export async function createTestController(
355355
type: "node",
356356
request: "attach",
357357
port: 9229,
358+
// XXX: On macOS Chromium's --wait-for-debugger flag waits 60 seconds
359+
timeout: 61_000,
358360
continueOnAttach: true,
359361
},
360362
{ testRun: run, parentSession: vscode.debug.activeDebugSession },

0 commit comments

Comments
 (0)