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 003211e commit 5261f20Copy full SHA for 5261f20
test/fixtures/mocha.js
@@ -17,6 +17,6 @@ beforeEach(function () {
17
18
// Most of our tests perform multiple AJAX requests,
19
// so we need to increase the timeouts to allow for that
20
- this.currentTest.timeout(isSlowEnvironment ? 20000 : 4000);
+ this.currentTest.timeout(isSlowEnvironment ? 40000 : 4000);
21
this.currentTest.slow(1000);
22
});
0 commit comments