Skip to content

Commit 5cc2224

Browse files
committed
decrease timeouts to 30 seconds
1 parent 175f773 commit 5cc2224

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/karma.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ module.exports = function(config) {
5252
config.browserify.transform.push('browserify-istanbul');
5353
}
5454

55+
config.browserNoActivityTimeout = 30000;
56+
config.captureTimeout = 30000;
57+
config.browserDisconnectTimeout = 30000;
5558

5659
config.preprocessors = {
5760
'test/globals-shim.js': ['browserify'],

0 commit comments

Comments
 (0)