Skip to content

Commit f8bdc4e

Browse files
committed
Increase timetout to try to appease py312
1 parent 611ab53 commit f8bdc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ert/ui_tests/gui/test_csv_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def run_experiment_via_gui(gui, qtbot):
101101
qtbot.mouseClick(run_experiment, Qt.LeftButton)
102102

103103
run_dialog = wait_for_child(gui, qtbot, RunDialog)
104-
qtbot.waitUntil(lambda: run_dialog.is_simulation_done() == True, timeout=10000)
104+
qtbot.waitUntil(lambda: run_dialog.is_simulation_done() == True, timeout=20000)
105105
qtbot.waitUntil(lambda: run_dialog._tab_widget.currentWidget() is not None)
106106

107107

0 commit comments

Comments
 (0)