We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b342978 commit 211bdcdCopy full SHA for 211bdcd
tests/ert/unit_tests/gui/simulation/test_run_dialog.py
@@ -157,6 +157,8 @@ def test_that_terminating_experiment_shows_a_confirmation_dialog(
157
monkeypatch.setattr(Job, "WAIT_PERIOD_FOR_TERM_MESSAGE_TO_CANCEL", 0)
158
kill_button = run_dialog.kill_button
159
with qtbot.waitSignal(run_dialog.simulation_done, timeout=10000):
160
+ # Wait for ensemble to start evaluating before cancelling
161
+ _ = wait_for_child(run_dialog, qtbot, RealizationWidget)
162
163
def handle_dialog():
164
terminate_dialog = wait_for_child(run_dialog, qtbot, QMessageBox)
0 commit comments