Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Jan 10, 2025
1 parent 82056b6 commit 0c7794b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,8 @@ jobs:
firedrake-clean
export GUSTO_PARALLEL_LOG=FILE
export PYOP2_CFLAGS=-O0
python -m pytest \
-n 12 --dist worksteal \
--durations=100 \
--timeout=3600 \
--timeout-method=thread \
-o faulthandler_timeout=3660 \
-v integration-tests/models/test_nc_outputting.py
timeout-minutes: 120
python -m pytest -n 3 -v integration-tests/model/test_nc_outputting.py
timeout-minutes: 10
- name: Prepare logs
if: always()
run: |
Expand Down

0 comments on commit 0c7794b

Please sign in to comment.