[bugfix] wait more time

This commit is contained in:
AloneMonkey 2018-02-07 19:45:28 +08:00
parent 6abc0cf79c
commit 02741125c1
1 changed files with 1 additions and 1 deletions

View File

@ -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