Skip to content

Commit 5261f20

Browse files
Increased test timeouts for slow CI environments
1 parent 003211e commit 5261f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/mocha.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ beforeEach(function () {
1717

1818
// Most of our tests perform multiple AJAX requests,
1919
// so we need to increase the timeouts to allow for that
20-
this.currentTest.timeout(isSlowEnvironment ? 20000 : 4000);
20+
this.currentTest.timeout(isSlowEnvironment ? 40000 : 4000);
2121
this.currentTest.slow(1000);
2222
});

0 commit comments

Comments
 (0)