Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
chore(sauce): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Aug 17, 2015
1 parent 09acf64 commit 398a87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = function(options) {
testName: 'AngularJS Batarang Unit Tests',
startConnect: true
};
options.captureTimeout = 100000;
options.customLaunchers = CUSTOM_LAUNCHERS;
options.browsers = Object.keys(CUSTOM_LAUNCHERS);
options.reporters = ['dots', 'saucelabs'];
Expand Down

0 comments on commit 398a87b

Please sign in to comment.