We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466a0bf commit 4bbd9c9Copy full SHA for 4bbd9c9
src/test/testUtil.ts
@@ -10,7 +10,7 @@ export function createTestRunner(pattern: string) {
10
// Create the mocha test
11
const mocha = new Mocha({
12
ui: 'tdd',
13
- timeout: 15000
+ timeout: 20000
14
});
15
mocha.useColors(true);
16
0 commit comments