Skip to content

Commit

Permalink
Bump test_field_param_update_using_heat_equation timeout -> 600s
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Nov 27, 2024
1 parent 900a876 commit 06e6c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ert/ui_tests/cli/test_field_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .run_cli import run_cli


@pytest.mark.timeout(600)
def test_field_param_update_using_heat_equation(heat_equation_storage):
config = ErtConfig.from_file("config.ert")
with open_storage(config.ens_path, mode="w") as storage:
Expand Down

0 comments on commit 06e6c4d

Please sign in to comment.