Skip to content

Commit 045fd1d

Browse files
加大wait的延迟
1 parent eae4fc2 commit 045fd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/custom/action/AutoFish/auto_fish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def set_ad_key(key):
308308

309309
match_settle = False
310310
wait_settlement_start = time.time()
311-
while time.time() - wait_settlement_start < 5:
311+
while time.time() - wait_settlement_start < 10:
312312
if context.tasker.stopping:
313313
return CustomAction.RunResult(success=False)
314314

0 commit comments

Comments
 (0)