Skip to content

Commit

Permalink
chore(deps): bump async from 2.6.1 to 2.6.4 (isomorphic-git#1559)
Browse files Browse the repository at this point in the history
* chore(deps): bump async from 2.6.1 to 2.6.4

* Increase the timeout to prevent disconnects from Android 10 on Sauce Labs
  • Loading branch information
seanpoulter authored May 14, 2022
1 parent e29fb40 commit 372628d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
2 changes: 1 addition & 1 deletion karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = function (config) {
// Increase timeouts since some actions take quite a while.
browserNoActivityTimeout: 4 * 60 * 1000, // default 10000
// https://support.saucelabs.com/hc/en-us/articles/225104707-Karma-Tests-Disconnect-Particularly-When-Running-Tests-on-Safari
browserDisconnectTimeout: 10000, // default 2000
browserDisconnectTimeout: 20000, // default 2000
browserDisconnectTolerance: 0, // default 0
captureTimeout: 4 * 60 * 1000, // default 60000
// SauceLabs browsers
Expand Down
34 changes: 8 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 372628d

Please sign in to comment.