Skip to content

Commit

Permalink
test(Saucelabs): fix sauce args
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 25, 2017
1 parent 5dc483a commit ba6da0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Expand Up @@ -153,15 +153,15 @@ function addSauceTests (cfg) {
cfg.sauceLabs = {
public: 'public',
startConnect: true,
testName: 'mocha browser tests ' + env.BROWSER,
connectOptions: {
connectRetries: 3,
connectRetryTimeout: 20000
reconnect: 30
}
};

cfg.concurrency = 5;

cfg.retryLimit = 5;

// for slow browser booting, ostensibly
cfg.captureTimeout = 120000;
cfg.browserNoActivityTimeout = 20000;
Expand Down

0 comments on commit ba6da0d

Please sign in to comment.