Skip to content

Commit 4819aa8

Browse files
committed
Add timeouts to run_dialog integration tests
1 parent 89e570e commit 4819aa8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/ert/unit_tests/gui/simulation/test_run_dialog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def run_dialog(qtbot: QtBot, use_tmpdir, mock_set_env_key, monkeypatch):
150150
yield run_dialog
151151

152152

153+
@pytest.mark.timeout(10)
153154
@pytest.mark.integration_test
154155
def test_that_terminating_experiment_shows_a_confirmation_dialog(
155156
qtbot: QtBot, run_dialog: RunDialog, monkeypatch
@@ -994,6 +995,7 @@ def test_that_run_dialog_clears_warnings_when_rerun(qtbot, monkeypatch):
994995
assert len(run_dialog.post_simulation_warnings) == 0
995996

996997

998+
@pytest.mark.timeout(10)
997999
@pytest.mark.integration_test
9981000
@pytest.mark.parametrize(
9991001
"events",

0 commit comments

Comments
 (0)