Fixes #129 - "ios-deploy -c" never returns (partial revert of #122)
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 @@
     }
 
     if (detect_only && timeout == 0) {
-        timeout = 0;
+        timeout = 5;
     }
 
     if (app_path) {