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

Commit

Permalink
chore(travis): disable captureTimeout
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vojtajina committed Apr 30, 2014
1 parent 82751f5 commit 81147a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module.exports = function(config, specificOptions) {

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

config.browserStack.build = buildLabel;
config.browserStack.startTunnel = false;
Expand Down

0 comments on commit 81147a8

Please sign in to comment.