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 3de8b4a commit 3b40e15Copy full SHA for 3b40e15
karma.conf.js
@@ -17,4 +17,12 @@ module.exports = karmaConfig({
17
edge: host.os.linux, // SauceLabs
18
ie: host.os.windows,
19
},
20
+
21
+ // Increse timouts and tolerances when running in slow CI environments
22
+ config: host.ci && {
23
+ captureTimeout: 60000,
24
+ browserDisconnectTolerance: 5,
25
+ browserDisconnectTimeout: 60000,
26
+ browserNoActivityTimeout: 60000,
27
+ }
28
});
0 commit comments