Skip to content

Commit

Permalink
increase timeout for mocha tests for sauce lab environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Jan 9, 2019
1 parent f17d9fc commit e469870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
beforeEach(function () {
// Most of our tests perform multiple AJAX requests,
// so we need to increase the timeouts to allow for that
this.currentTest.timeout(10000);
this.currentTest.slow(5000);
this.currentTest.timeout(20000);
this.currentTest.slow(10000);
});

}());

0 comments on commit e469870

Please sign in to comment.