Skip to content

Commit

Permalink
set browserNoActivityTimeout to 20000
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed May 23, 2018
1 parent a6cf9d5 commit 00f3c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -29,7 +29,8 @@ module.exports = config => {
frameworks: ['mocha', 'sinon-chai'],
colors: true,
reporters: ['mocha', 'coverage'],

// https://github.com/karma-runner/karma/blob/master/docs/config/01-configuration-file.md#browsernoactivitytimeout
browserNoActivityTimeout: 20000,
logLevel: config.LOG_INFO,
preprocessors: {
'test/*.js': ['webpack']
Expand Down

0 comments on commit 00f3c50

Please sign in to comment.