Fixes #129 - "ios-deploy -c" never returns (partial revert of #122)

This commit is contained in:
Shazron Abdullah 2015-05-13 11:00:56 -07:00
parent d712420e60
commit 7070623432

View File

@ -1895,7 +1895,7 @@ int main(int argc, char *argv[]) {
}
if (detect_only && timeout == 0) {
timeout = 0;
timeout = 5;
}
if (app_path) {