Skip to content

Commit fca68cb

Browse files
committed
Merge pull request #361 from bryk/karma-timeout
Increase karma timeout to make it less flaky on saucelabs+travis setup
2 parents 8b856f6 + 85e2c58 commit fca68cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function(config) {
5757

5858
frameworks: ['jasmine', 'browserify'],
5959

60-
browserNoActivityTimeout: 60 * 1000, // 60 seconds.
60+
browserNoActivityTimeout: 5 * 60 * 1000, // 5 minutes.
6161

6262
reporters: ['dots', 'coverage'],
6363

0 commit comments

Comments
 (0)