We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15716ad commit 646ea9eCopy full SHA for 646ea9e
.vscode/launch.json
@@ -26,7 +26,7 @@
26
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
27
],
28
"outFiles": ["${workspaceFolder}/out/test/**/*.js"],
29
- "preLaunchTask": "npm: pretest"
+ "preLaunchTask": "npm: watch"
30
}
31
]
32
src/test/suite/index.ts
@@ -6,7 +6,7 @@ export function run(): Promise<void> {
6
// Create the mocha test
7
const mocha = new Mocha({
8
ui: 'tdd',
9
- timeout: 5000
+ timeout: 10000
10
});
11
mocha.useColors(true);
12
0 commit comments