Skip to content

Commit cd7493d

Browse files
committed
Bump tests timeout
60sec is not enough for kotlin on windows
1 parent 3e0beb6 commit cd7493d

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: 60000
13+
timeout: 80000
1414
});
1515
mocha.useColors(true);
1616

0 commit comments

Comments
 (0)