Skip to content

Commit d27a694

Browse files
committed
Fix sauce labs integration with karma
1 parent 1fdac5f commit d27a694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

karma.conf.ci.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ module.exports = function(config) {
8787
captureTimeout: 240000,
8888
sauceLabs: {
8989
testName: 'error-stack-parser unit tests',
90+
commandTimeout: 600,
91+
idleTimeout: 600,
9092
recordScreenshots: false,
91-
connectOptions: {
92-
port: 5757,
93-
logfile: 'sauce_connect.log'
94-
}
93+
recordVideo: false,
94+
retryLimit: 3
9595
},
9696
customLaunchers: customLaunchers,
9797
browsers: Object.keys(customLaunchers),

0 commit comments

Comments
 (0)