We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae4fc2 commit 045fd1dCopy full SHA for 045fd1d
1 file changed
agent/custom/action/AutoFish/auto_fish.py
@@ -308,7 +308,7 @@ def set_ad_key(key):
308
309
match_settle = False
310
wait_settlement_start = time.time()
311
- while time.time() - wait_settlement_start < 5:
+ while time.time() - wait_settlement_start < 10:
312
if context.tasker.stopping:
313
return CustomAction.RunResult(success=False)
314
0 commit comments