summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-02-27 13:21:43 -0500
committerSolly Ross <sross@redhat.com>2015-02-27 13:23:09 -0500
commit20d3fb66659e2f30417d7cbb255e34e079677e66 (patch)
treeb69712561d103ec5a2b85d2866e1c07dd086d724
parent88224c3fa7d31bcd945ba8df993d159c9e22a0a2 (diff)
downloadnovnc-20d3fb66659e2f30417d7cbb255e34e079677e66.tar.gz
Increase Karma-Sauce Connector Timeout
This commit increases the browserNoActivityTimeout to 100s (from the default of 10s) in an attempt to alliviate the timeout issues that we are seeing.
-rw-r--r--karma.conf.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 94b6986..9893df6 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -178,7 +178,10 @@ module.exports = function(config) {
// Increase timeout in case connection is slow/we run more browsers than possible
// (we currently get 3 for free, and we try to run 7, so it can take a while)
- captureTimeout: 240000
+ captureTimeout: 240000,
+
+ // similarly to above
+ browserNoActivityTimeout: 100000,
};
if (useSauce) {