Skip to content

Commit

Permalink
chore(dependencies): use update karma-sauce-launcher
Browse files Browse the repository at this point in the history
which supports retries
  • Loading branch information
coderbyheart committed Jan 25, 2017
1 parent ba6da0d commit 31020d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ function addSauceTests (cfg) {
public: 'public',
startConnect: true,
connectOptions: {
reconnect: 30
connectRetries: 10,
reconnect: 60
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"karma-expect": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-sauce-launcher": "coderbyheart/karma-sauce-launcher",
"karma-spec-reporter": "0.0.26",
"nyc": "^10.0.0",
"os-name": "^2.0.1",
Expand Down

0 comments on commit 31020d9

Please sign in to comment.