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