We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f8672 commit 42f1b05Copy full SHA for 42f1b05
test/integration/index.ts
@@ -22,7 +22,7 @@ export function run(): Promise<void> {
22
23
try {
24
// Run the mocha test
25
- mocha.timeout(300000);
+ mocha.timeout(900000);
26
mocha.run(failures => {
27
if (failures > 0) {
28
e(new Error(`${failures} tests failed.`));
0 commit comments