Skip to content

Commit

Permalink
Revert "try tweaking some timeouts"
Browse files Browse the repository at this point in the history
They didn't work

This reverts commit d381f7c.
  • Loading branch information
rsandell committed May 18, 2017
1 parent d381f7c commit 34c25c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/javascript/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ module.exports = function (config) {
singleRun: false,

// to avoid DISCONNECTED messages when connecting to slow virtual machines
browserDisconnectTimeout: 20000, // default 2000
browserDisconnectTimeout: 10000, // default 2000
browserDisconnectTolerance: 1, // default 0
browserNoActivityTimeout: 8 * 60 * 1000 //default 10000
browserNoActivityTimeout: 4 * 60 * 1000 //default 10000
});
};

0 comments on commit 34c25c8

Please sign in to comment.