Skip to content

Commit

Permalink
increase mocha timeout for sauce labs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Jan 8, 2019
1 parent 4acf1f2 commit c023dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// Most of our tests perform multiple AJAX requests,
// so we need to increase the timeouts to allow for that
this.currentTest.timeout(isSlowEnvironment ? 10000 : 4000);
this.currentTest.timeout(isSlowEnvironment ? 20000 : 4000);
this.currentTest.slow(1000);
});

Expand Down

0 comments on commit c023dc1

Please sign in to comment.