From 02741125c1a81d9a63c00dce3044f90ac7438e58 Mon Sep 17 00:00:00 2001 From: AloneMonkey Date: Wed, 7 Feb 2018 19:45:28 +0800 Subject: [PATCH] [bugfix] wait more time --- dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.py b/dump.py index 8bc0bbf..8e8042f 100755 --- a/dump.py +++ b/dump.py @@ -250,7 +250,7 @@ def open_target_app(device, name_or_bundleid): try: pid = device.spawn([bundle_identifier]) device.resume(pid) - time.sleep(1) + time.sleep(3) except Exception as e: print e