Skip to content

Commit 4bbd9c9

Browse files
committed
Bump timeout
1 parent 466a0bf commit 4bbd9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/testUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function createTestRunner(pattern: string) {
1010
// Create the mocha test
1111
const mocha = new Mocha({
1212
ui: 'tdd',
13-
timeout: 15000
13+
timeout: 20000
1414
});
1515
mocha.useColors(true);
1616

0 commit comments

Comments
 (0)