2
0
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:
Nick Uraltsev
2016-06-14 19:15:46 -07:00
committed by GitHub
parent a7e4e69f6f
commit adc23cb355
+5 -2
View File
@@ -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)