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

Commit 81147a8

Browse files
committed
chore(travis): disable captureTimeout
All of the recent failures were caused by too much load on SL, not an actual problem. I think a proper solution will be: karma-runner/karma-sauce-launcher#37
1 parent 82751f5 commit 81147a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma-shared.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ module.exports = function(config, specificOptions) {
113113

114114
config.logLevel = config.LOG_DEBUG;
115115
config.transports = ['websocket', 'xhr-polling'];
116+
config.captureTimeout = 0; // rely on SL timeout
116117

117118
config.browserStack.build = buildLabel;
118119
config.browserStack.startTunnel = false;

0 commit comments

Comments
 (0)