Skip to content

Commit

Permalink
Fix timeout issue with macos-14-large
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Oct 7, 2024
1 parent 2ce1f41 commit 59bc774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
matrix:
test-type: [ 'test', 'integration-test', 'everest-models-test' ]
python-version: [ '3.8', '3.12' ]
os: [ 'macos-13', 'macos-14']
os: [ 'macos-13', 'macos-14', 'macos-14-large']
exclude:
- os: 'macos-14'
python-version: '3.8'
Expand Down
1 change: 0 additions & 1 deletion tests/ert/ui_tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def test_that_setenv_sets_environment_variables_in_jobs(setenv_config):
assert lines[3].strip() == "fourth:foo"


@pytest.mark.timeout(30)
@pytest.mark.usefixtures("copy_poly_case")
@pytest.mark.parametrize(
(
Expand Down

0 comments on commit 59bc774

Please sign in to comment.