Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Jan 24, 2025
1 parent 8631b8c commit d297a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pip-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ jobs:
- name: Run Firedrake smoke tests
run: |
source pip_venv/bin/activate
firedrake-clean
cd pip_venv/src/firedrake
make check CHECK_PYTEST_ARGS="--timeout 60"
make check CHECK_PYTEST_ARGS="--timeout 60 --timeout-method=thread"
timeout-minutes: 10

- name: Cleanup (post)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
source pip_venv/bin/activate
firedrake-clean
cd pip_venv/src/firedrake
make check CHECK_PYTEST_ARGS="--timeout 60"
make check CHECK_PYTEST_ARGS="--timeout 60 --timeout-method=thread"
timeout-minutes: 10

- name: Publish Test Report
Expand Down

0 comments on commit d297a7e

Please sign in to comment.