Skip to content

Commit ed2421b

Browse files
committed
increase timeouts
1 parent f232a6d commit ed2421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debugger/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ let testCounter = 0;
458458
});
459459
console.log('step2');
460460
const pythonFile = path.join(debugFilesPath, 'multiThread.py');
461-
const breakpointLocation = { path: pythonFile, column: 1, line: 16 };
461+
const breakpointLocation = { path: pythonFile, column: 1, line: 15 };
462462
await debugClient.setBreakpointsRequest({
463463
lines: [breakpointLocation.line],
464464
breakpoints: [{ line: breakpointLocation.line, column: breakpointLocation.column }],

0 commit comments

Comments
 (0)