We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d074c commit 710b814Copy full SHA for 710b814
1 file changed
karma.conf.js
@@ -152,8 +152,8 @@ function configureSauceLabs (config) {
152
config.browsers = Object.keys(config.customLaunchers);
153
config.concurrency = 1;
154
config.captureTimeout = 60000;
155
- config.browserDisconnectTimeout = 15000;
156
- config.browserNoActivityTimeout = 15000;
+ config.browserDisconnectTimeout = 60000;
+ config.browserNoActivityTimeout = 60000;
157
// config.logLevel = 'debug';
158
159
// The following tests tend to fail on SauceLabs,
0 commit comments