Skip to content

Commit

Permalink
retry saucelab connect
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 8, 2021
1 parent 8a9e4e7 commit d57e609
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,13 @@ const addSauceTests = (cfg, sauceLabs) => {
...cfg.customLaunchers,
...customLaunchers
},
sauceLabs,
sauceLabs: {
...sauceLabs,
connectOptions: {
connectRetries: 2,
connectRetryTimeout: 30000
}
},
concurrency: Infinity,
retryLimit: 1,
captureTimeout: 120000,
Expand Down

0 comments on commit d57e609

Please sign in to comment.