Skip to content

Commit

Permalink
Let ERT unit tests timeout after 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Oct 16, 2023
1 parent a30d4ac commit bdb98fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Unit Test
if: inputs.test-type == 'unit-tests'
timeout-minutes: 15
run: |
pytest tests --junit-xml=junit.xml -n4 --show-capture=stderr -sv -m "not integration_test and not requires_window_manager" --benchmark-disable --dist loadgroup
Expand Down

0 comments on commit bdb98fb

Please sign in to comment.