Skip to content

Commit

Permalink
Update test_ert.yml
Browse files Browse the repository at this point in the history
Increase GUI timeout to 15m
  • Loading branch information
frode-aarstad committed Oct 26, 2023
1 parent f011e13 commit 963f9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test GUI
if: inputs.test-type == 'gui-test'
timeout-minutes: 10
timeout-minutes: 15
run: |
pytest tests --junit-xml=junit.xml -sv --mpl -m "requires_window_manager" --benchmark-disable
Expand Down

0 comments on commit 963f9bc

Please sign in to comment.