Skip to content

Commit 148ff21

Browse files
committed
augment saucelabs idle timeout
1 parent 220982d commit 148ff21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ module.exports = function (config) {
113113
doctor: true,
114114
verbose: true
115115
},
116-
commandTimeout: 600,
117-
idleTimeout: 180,
118-
maxDuration: 3600,
116+
commandTimeout: 300,
117+
idleTimeout: 600,
118+
maxDuration: 1800,
119119
public: 'public',
120120
recordScreenshots: false,
121121
recordVideo: false,

0 commit comments

Comments
 (0)