Skip to content

Commit

Permalink
set browserNoActivityTimeout to 100000
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed May 23, 2018
1 parent 00f3c50 commit 05eecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -30,7 +30,7 @@ module.exports = config => {
colors: true,
reporters: ['mocha', 'coverage'],
// https://github.com/karma-runner/karma/blob/master/docs/config/01-configuration-file.md#browsernoactivitytimeout
browserNoActivityTimeout: 20000,
browserNoActivityTimeout: 100000,
logLevel: config.LOG_INFO,
preprocessors: {
'test/*.js': ['webpack']
Expand Down

0 comments on commit 05eecdb

Please sign in to comment.