Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5054fc7

Browse files
committed
fixup!
1 parent fd034c9 commit 5054fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shared.conf.js

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

184184
config.logLevel = config.LOG_DEBUG;
185185
// Karma (with socket.io 1.x) buffers by 50 and 50 tests can take a long time on IEs;-)
186-
config.browserNoActivityTimeout = 120000;
186+
config.browserNoActivityTimeout = 180000;
187187

188188
config.browserStack.build = buildLabel;
189189
config.browserStack.startTunnel = false;

0 commit comments

Comments
 (0)