From 707062343223f90997c1328862e272dbbb3e21ca Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Wed, 13 May 2015 11:00:56 -0700 Subject: [PATCH] Fixes #129 - "ios-deploy -c" never returns (partial revert of #122) --- ios-deploy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios-deploy.c b/ios-deploy.c index b072f33..66caf3a 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -1895,7 +1895,7 @@ int main(int argc, char *argv[]) { } if (detect_only && timeout == 0) { - timeout = 0; + timeout = 5; } if (app_path) {