You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dr...@apache.org on 2013/10/28 18:35:18 UTC

git commit: added extra minute to ios test timeout

Updated Branches:
  refs/heads/master ad54c57a9 -> 1116e91f9


added extra minute to ios test timeout


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/1116e91f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/1116e91f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/1116e91f

Branch: refs/heads/master
Commit: 1116e91f9400e3801720d8be9b5776116b401fcf
Parents: ad54c57
Author: David Kemp <dr...@chromium.org>
Authored: Mon Oct 28 13:34:51 2013 -0400
Committer: David Kemp <dr...@chromium.org>
Committed: Mon Oct 28 13:34:51 2013 -0400

----------------------------------------------------------------------
 src/build/makers/ios/deploy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/1116e91f/src/build/makers/ios/deploy.js
----------------------------------------------------------------------
diff --git a/src/build/makers/ios/deploy.js b/src/build/makers/ios/deploy.js
index fbdeadf..e5c54ba 100644
--- a/src/build/makers/ios/deploy.js
+++ b/src/build/makers/ios/deploy.js
@@ -75,7 +75,7 @@ function run_through(sha, devices, bundlePath, bundleId, callback) {
                 log('Mobile-spec timed out on ' + d + ', continuing.');
                 // TODO: write out an error if it times out
                 run_through(sha, devices, bundlePath, bundleId, callback);
-            }, 1000 * 60 * 5);
+            }, 1000 * 60 * 6);
 
             // when fruitstrap is done, kill the process and go on to the next device 
             fruit.stdout.on('data', function(stdout) {