Skip to content

Commit 6528944

Browse files
committed
increase timeouts
1 parent 5771e55 commit 6528944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/debugger/misc.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ let testCounter = 0;
459459
console.log(`stepx ${stopWatch.elapsedTime}, ${JSON.stringify(output)}`);
460460
});
461461
console.log(`step2 ${stopWatch.elapsedTime}`);
462+
await sleep(3000);
462463
const pythonFile = path.join(debugFilesPath, 'multiThread.py');
463464
const breakpointLocation = { path: pythonFile, column: 1, line: 15 };
464465
await debugClient.setBreakpointsRequest({

0 commit comments

Comments
 (0)