1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Fix: Timeout adjustment

- increase walk_timeout
- increase in_stage_timer
This commit is contained in:
LmeSzinc
2020-05-29 17:22:19 +08:00
parent c402d3e047
commit c01a075554
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
# Wait after ambushed.
ambushed_retry = Timer(0.5)
# If nothing happens, click again.
walk_timeout = Timer(10)
walk_timeout = Timer(20)
walk_timeout.start()
while 1: