Skip to content

Commit

Permalink
chore(karma): update karma-sauce-launcher + patch
Browse files Browse the repository at this point in the history
  • Loading branch information
taymoork2 authored and Michael Wegman committed Apr 12, 2021
1 parent d56d474 commit 1807ff4
Show file tree
Hide file tree
Showing 5 changed files with 2,681 additions and 2,944 deletions.
11 changes: 1 addition & 10 deletions karma-ng.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,7 @@ function makeConfig(packageName, argv) {
tunnelDomains: [
'127.0.0.1',
'localhost'
],
verbose: true,
// retry to establish a tunnel multiple times. (optional)
connectRetries: 3,
// time to wait between connection retries in ms. (optional)
connectRetryTimeout: 2000,
// retry to download the sauce connect archive multiple times. (optional)
downloadRetries: 4,
// time to wait between download retries in ms. (optional)
downloadRetryTimeout: 1000
]
}
};

Expand Down
Loading

0 comments on commit 1807ff4

Please sign in to comment.