Skip to content

Commit

Permalink
Increase gui test timeout period (#7274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq authored Feb 26, 2024
1 parent fe12aea commit df902d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/gui/simulation/test_run_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,4 @@ def handle_dialog():
qtbot.waitUntil(lambda: gui.findChild(RunDialog) is not None)
run_dialog = gui.findChild(RunDialog)
qtbot.mouseClick(run_dialog.show_details_button, Qt.LeftButton)
qtbot.waitUntil(run_dialog.done_button.isVisible, timeout=20000)
qtbot.waitUntil(run_dialog.done_button.isVisible, timeout=200000)

0 comments on commit df902d1

Please sign in to comment.