chore: timeout increased because it fails in nightly

This commit is contained in:
Valentina Novgorodtceva 2024-05-08 17:40:38 +07:00
parent 70a374dd43
commit d2645f4b8b
1 changed files with 1 additions and 1 deletions

View File

@ -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):