Skip to content

Commit 710b814

Browse files
increased SauceLabs timeouts
1 parent 91d074c commit 710b814

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ function configureSauceLabs (config) {
152152
config.browsers = Object.keys(config.customLaunchers);
153153
config.concurrency = 1;
154154
config.captureTimeout = 60000;
155-
config.browserDisconnectTimeout = 15000;
156-
config.browserNoActivityTimeout = 15000;
155+
config.browserDisconnectTimeout = 60000;
156+
config.browserNoActivityTimeout = 60000;
157157
// config.logLevel = 'debug';
158158

159159
// The following tests tend to fail on SauceLabs,

0 commit comments

Comments
 (0)