chore: timeout increased because it fails in nightly
This commit is contained in:
parent
70a374dd43
commit
d2645f4b8b
|
@ -26,7 +26,7 @@ class AuthenticatePopup(BasePopup):
|
|||
def authenticate(self, password: str):
|
||||
self._password_text_edit.type_text(password)
|
||||
self._authenticate_button.click()
|
||||
self._authenticate_button.wait_until_hidden(10000)
|
||||
self._authenticate_button.wait_until_hidden(15000)
|
||||
|
||||
@allure.step('Close authenticate popup by close button')
|
||||
def close_authenticate_popup(self):
|
||||
|
|
Loading…
Reference in New Issue