Skip to content

Commit d771734

Browse files
committed
chore(CommissionsTask): 增加重置与传送过程中的等待时间以提高稳定性
1 parent 36e6599 commit d771734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tasks/CommissionsTask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def reset_and_transport(self):
512512
post_action=lambda: self.click_relative_random(0.5016, 0.4074, 0.6906, 0.4380, use_safe_move=True, safe_move_box=safe_box),
513513
time_out=10,
514514
)
515-
self.sleep(0.25)
515+
self.sleep(0.5)
516516
safe_box = self.box_of_screen_scaled(2560, 1440, 1298, 772, 1735, 846, name="safe_box", hcenter=True)
517517
self.wait_until(
518518
condition=lambda: not self.find_start_btn(box=confirm_box),

0 commit comments

Comments
 (0)