Skip to content

Commit

Permalink
CI: Bump up browser disconnect and timeout limits
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Oct 19, 2017
1 parent 24ab323 commit 3550843
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion karma.conf.js
Expand Up @@ -31,7 +31,11 @@ const config = {
qunit: {
showUI: true
}
}
},

browserDisconnectTolerance: 2,
browserDisconnectTimeout: 10000,
browserNoActivityTimeout: 20000
}

if (process.env.CI) {
Expand Down

0 comments on commit 3550843

Please sign in to comment.