Skip to content

Commit 5142d21

Browse files
committed
Update TestSuite.ts
1 parent 88a03d5 commit 5142d21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/tools/tester/TestSuite.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export class TestSuite {
3232
const settings = JSON.stringify({
3333
'MATLAB.installPath': MATLAB_PATH,
3434
'MATLAB.telemetry': false,
35+
'MATLAB.startDebuggerAutomatically': true,
3536
'window.dialogStyle': 'custom',
3637
'terminal.integrated.copyOnSelection': true,
3738
'debug.toolBarLocation': 'docked',
@@ -78,7 +79,7 @@ export class TestSuite {
7879
console.log(err)
7980
process.exit(1)
8081
}
81-
await PollingUtils.pause(30000); // ensure state is reset before running next test
82+
await PollingUtils.pause(10000); // ensure state is reset before running next test
8283
}
8384
}
8485
}

0 commit comments

Comments
 (0)