Skip to content

Commit

Permalink
ci/cd - increase timeout for button click (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian committed Nov 1, 2024
1 parent 6327d7e commit 0e1446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def assert_button_click(driver, button: Union[str, WebElement], by: str = "xpath

clicked = True

if (datetime.now() - current_date).seconds > 20:
if (datetime.now() - current_date).seconds > 30:
log_error("Button click failed, exiting ...")
exit(1)

Expand Down

0 comments on commit 0e1446d

Please sign in to comment.