Skip to content

Commit

Permalink
Add timeout to gui tests
Browse files Browse the repository at this point in the history
These tests frequently hang and do not show logs.
Typical time is currently about 6 minutes so a 10 minute
timeout is added.
  • Loading branch information
eivindjahren committed Sep 8, 2023
1 parent a6c5881 commit bbf0db5
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 @@ -45,6 +45,7 @@ jobs:

- name: Test GUI
if: inputs.test-type == 'gui-test'
timeout-minutes: 10
run: |
pytest tests --junit-xml=junit.xml -sv --mpl -m "requires_window_manager" --benchmark-disable
Expand Down

0 comments on commit bbf0db5

Please sign in to comment.