We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdac5f commit d27a694Copy full SHA for d27a694
1 file changed
karma.conf.ci.js
@@ -87,11 +87,11 @@ module.exports = function(config) {
87
captureTimeout: 240000,
88
sauceLabs: {
89
testName: 'error-stack-parser unit tests',
90
+ commandTimeout: 600,
91
+ idleTimeout: 600,
92
recordScreenshots: false,
- connectOptions: {
- port: 5757,
93
- logfile: 'sauce_connect.log'
94
- }
+ recordVideo: false,
+ retryLimit: 3
95
},
96
customLaunchers: customLaunchers,
97
browsers: Object.keys(customLaunchers),
0 commit comments