We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f79049 commit 85e2c58Copy full SHA for 85e2c58
build/karma.conf.js
@@ -57,7 +57,7 @@ module.exports = function(config) {
57
58
frameworks: ['jasmine', 'browserify'],
59
60
- browserNoActivityTimeout: 60 * 1000, // 60 seconds.
+ browserNoActivityTimeout: 5 * 60 * 1000, // 5 minutes.
61
62
reporters: ['dots', 'coverage'],
63
0 commit comments