Skip to content

Commit

Permalink
chore: increase no activity timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Dec 20, 2017
1 parent aa28146 commit 735d2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ module.exports = function (config) {
browserLogOptions: { terminal: true },
browserConsoleLogOptions: { terminal: true },

browserNoActivityTimeout: 5 * 60 * 1000,
browserDisconnectTimeout: 15 * 1000,
browserNoActivityTimeout: 15 * 60 * 1000,
browserDisconnectTimeout: 30 * 1000,
browserDisconnectTolerance: 2,

// web server port
Expand Down

0 comments on commit 735d2f7

Please sign in to comment.