Skip to content

Commit e189ed5

Browse files
try longer test period
1 parent fc7c91e commit e189ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/mocha/MochaRNAdapter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'mocha';
22
import type * as MochaTypes from 'mocha';
33

44
export const rootSuite = new Mocha.Suite('') as MochaTypes.Suite;
5-
rootSuite.timeout(30 * 1000);
5+
rootSuite.timeout(60 * 1000);
66

77
let mochaContext = rootSuite;
88

0 commit comments

Comments
 (0)