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 88a03d5 commit 5142d21Copy full SHA for 5142d21
src/test/tools/tester/TestSuite.ts
@@ -32,6 +32,7 @@ export class TestSuite {
32
const settings = JSON.stringify({
33
'MATLAB.installPath': MATLAB_PATH,
34
'MATLAB.telemetry': false,
35
+ 'MATLAB.startDebuggerAutomatically': true,
36
'window.dialogStyle': 'custom',
37
'terminal.integrated.copyOnSelection': true,
38
'debug.toolBarLocation': 'docked',
@@ -78,7 +79,7 @@ export class TestSuite {
78
79
console.log(err)
80
process.exit(1)
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
83
84
85
0 commit comments