Skip to content

Commit

Permalink
update processKillTimeout to 10secs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawke committed Mar 9, 2020
1 parent 02fa0c2 commit 0b1202e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ module.exports = function(codeCoverage, browserstack, watchMode, file) {
browserDisconnectTimeout: 10000, // default 2000
browserDisconnectTolerance: 1, // default 0
browserNoActivityTimeout: 4 * 60 * 1000, // default 10000
captureTimeout: 4 * 60 * 1000, // default 60000
captureTimeout: 4 * 60 * 1000, // default 60000,
processKillTimeout: 10000, // default 2000

plugins: plugins
}
Expand Down

0 comments on commit 0b1202e

Please sign in to comment.