We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c91e commit e189ed5Copy full SHA for e189ed5
tests/tests/mocha/MochaRNAdapter.ts
@@ -2,7 +2,7 @@ import 'mocha';
2
import type * as MochaTypes from 'mocha';
3
4
export const rootSuite = new Mocha.Suite('') as MochaTypes.Suite;
5
-rootSuite.timeout(30 * 1000);
+rootSuite.timeout(60 * 1000);
6
7
let mochaContext = rootSuite;
8
0 commit comments