mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Increase adb_command timeout to 10 seconds
This commit is contained in:
@@ -33,7 +33,7 @@ class Connection:
|
||||
# Although, there's still a window when you stop running in GUI, which cause by gooey.
|
||||
# To disable it, edit gooey/gui/util/taskkill.py
|
||||
process = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True)
|
||||
return process.communicate(timeout=4)[0]
|
||||
return process.communicate(timeout=10)[0]
|
||||
|
||||
def adb_shell(self, cmd, serial=None):
|
||||
cmd.insert(0, 'shell')
|
||||
|
||||
Reference in New Issue
Block a user