Skip to content

Commit 646ea9e

Browse files
committed
chore: improve "pretest" script
1 parent 15716ad commit 646ea9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
2727
],
2828
"outFiles": ["${workspaceFolder}/out/test/**/*.js"],
29-
"preLaunchTask": "npm: pretest"
29+
"preLaunchTask": "npm: watch"
3030
}
3131
]
3232
}

src/test/suite/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function run(): Promise<void> {
66
// Create the mocha test
77
const mocha = new Mocha({
88
ui: 'tdd',
9-
timeout: 5000
9+
timeout: 10000
1010
});
1111
mocha.useColors(true);
1212

0 commit comments

Comments
 (0)