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

Commit 398a87b

Browse files
committed
chore(sauce): increase timeout
1 parent 09acf64 commit 398a87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/karma.sauce.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = function(options) {
1515
testName: 'AngularJS Batarang Unit Tests',
1616
startConnect: true
1717
};
18+
options.captureTimeout = 100000;
1819
options.customLaunchers = CUSTOM_LAUNCHERS;
1920
options.browsers = Object.keys(CUSTOM_LAUNCHERS);
2021
options.reporters = ['dots', 'saucelabs'];

0 commit comments

Comments
 (0)