[bugfix] wait more time
This commit is contained in:
parent
6abc0cf79c
commit
02741125c1
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue