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

Commit 1ad8a82

Browse files
committed
chore(sauce): increase sauce labs timeouts
1 parent 65c9c69 commit 1ad8a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ module.exports = function(config) {
124124
options: {
125125
'selenium-version': '2.41.0',
126126
'command-timeout': 600,
127-
'idle-timeout': 600,
128-
'max-duration': 5400
127+
'idle-timeout': 1200,
128+
'max-duration': 7000
129129
}
130130
}
131131
});

0 commit comments

Comments
 (0)