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

Commit 2d27a70

Browse files
committed
chore(sauce): increase timeouts to avoids disconnects
e.g. See disconnects for job https://travis-ci.org/vsavkin/angular.dart/jobs/35114674#L1272
1 parent 77fdc61 commit 2d27a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ module.exports = function(config) {
101101
startConnect: false,
102102
options: {
103103
'selenium-version': '2.41.0',
104+
'command-timeout': 600,
105+
'idle-timeout': 600,
104106
'max-duration': 2700
105107
}
106108
}

0 commit comments

Comments
 (0)