Skip to content

Commit

Permalink
add timeout to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 25, 2024
1 parent 7519d57 commit b88704e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: julia-actions/julia-buildpkg@v1
- name: Run tests
uses: julia-actions/julia-runtest@v1
timeout-minutes: 30 # kill stale process earlier
continue-on-error: ${{ matrix.version == '1.6' }}
- name: Process coverage
uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit b88704e

Please sign in to comment.