[bugfix] wait more time
This commit is contained in:
2
dump.py
2
dump.py
@@ -250,7 +250,7 @@ def open_target_app(device, name_or_bundleid):
|
|||||||
try:
|
try:
|
||||||
pid = device.spawn([bundle_identifier])
|
pid = device.spawn([bundle_identifier])
|
||||||
device.resume(pid)
|
device.resume(pid)
|
||||||
time.sleep(1)
|
time.sleep(3)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print e
|
print e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user