From 529d89f4fc2cacc523dfaedb18c42db269f48326 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Fri, 4 Mar 2016 01:10:20 -0700 Subject: [PATCH] Trying to fix capture timeout by increasing time limit --- karma.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index a738abb..197db51 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -82,6 +82,7 @@ module.exports = function(config) { // IOS if (runAll || process.env.SAUCE_IOS) { + // TODO IOS7 capture always timesout // customLaunchers.SL_IOS7 = createCustomLauncher('iphone', '7.1', 'OS X 10.10'); customLaunchers.SL_IOS8 = createCustomLauncher('iphone', '8.4', 'OS X 10.10'); customLaunchers.SL_IOS9 = createCustomLauncher('iphone', '9.2', 'OS X 10.10'); @@ -135,9 +136,8 @@ module.exports = function(config) { port: 9876, - // Increase timeout in case connection to CI is slow - captureTimeout: 120000, + captureTimeout: 180000, // enable / disable colors in the output (reporters and logs)