Skip to content

Commit

Permalink
increased SauceLabs timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Oct 5, 2018
1 parent 91d074c commit 710b814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ function configureSauceLabs (config) {
config.browsers = Object.keys(config.customLaunchers);
config.concurrency = 1;
config.captureTimeout = 60000;
config.browserDisconnectTimeout = 15000;
config.browserNoActivityTimeout = 15000;
config.browserDisconnectTimeout = 60000;
config.browserNoActivityTimeout = 60000;
// config.logLevel = 'debug';

// The following tests tend to fail on SauceLabs,
Expand Down

0 comments on commit 710b814

Please sign in to comment.