mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Increasing Karma timeouts
This commit is contained in:
+5
-2
@@ -148,8 +148,11 @@ module.exports = function(config) {
|
||||
port: 9876,
|
||||
|
||||
|
||||
// Increase timeout in case connection to CI is slow
|
||||
captureTimeout: 120000,
|
||||
// Increase timeouts to prevent the issue with disconnected tests (https://goo.gl/nstA69)
|
||||
captureTimeout: 4 * 60 * 1000,
|
||||
browserDisconnectTimeout: 10000,
|
||||
browserDisconnectTolerance: 1,
|
||||
browserNoActivityTimeout: 4 * 60 * 1000,
|
||||
|
||||
|
||||
// enable / disable colors in the output (reporters and logs)
|
||||
|
||||
Reference in New Issue
Block a user