mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 01:15:18 +00:00
increase sleep after exit from echo
This commit is contained in:
parent
e4b9fdc8db
commit
da44d84516
@ -91,7 +91,7 @@ class FarmEchoTask(BaseCombatTask):
|
||||
self.wait_click_feature('gray_confirm_exit_button', relative_x=-1, raise_if_not_found=True,
|
||||
use_gray_scale=True)
|
||||
self.wait_in_team_and_world(time_out=40)
|
||||
self.sleep(2)
|
||||
self.sleep(4)
|
||||
|
||||
def incr_drop(self, dropped):
|
||||
if dropped:
|
||||
|
Loading…
x
Reference in New Issue
Block a user