Skip to content

Commit

Permalink
if connect fails retry one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed Aug 30, 2017
1 parent cb9da46 commit 6d24f2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ module.exports = function (config) {
reporters: ['progress', 'saucelabs'],
sauceLabs: {
build: 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')',
connectOptions: {
connectRetries: 1,
doctor: true
},
public: 'public',
recordScreenshots: false,
recordVideo: false,
Expand Down

0 comments on commit 6d24f2e

Please sign in to comment.