Skip to content

Commit

Permalink
Increase launcher shutdown timeout
Browse files Browse the repository at this point in the history
Some of the Karma launchers in our test lab take a bit more than the
default 2s to shut down the browser.  Increase the timeout to 5s.

Bug: 88805319

Change-Id: I8515458b0c27204881732faca7b46440a64fd224
  • Loading branch information
joeyparrish committed Jun 28, 2018
1 parent e844a0f commit ee74f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ module.exports = function(config) {
browserDisconnectTimeout: 10 * 1000, // 10s to reconnect
browserDisconnectTolerance: 1, // max of 1 disconnect is OK
browserNoActivityTimeout: 5 * 60 * 1000, // disconnect after 5m silence
processKillTimeout: 5 * 1000, // allow up to 5s for process to shut down
captureTimeout: settings.capture_timeout,
// https://support.saucelabs.com/customer/en/portal/articles/2440724

Expand Down

0 comments on commit ee74f1d

Please sign in to comment.