Skip to content

Commit

Permalink
Merge pull request #3441 from JuliaReach/schillic/timeout
Browse files Browse the repository at this point in the history
Add timeout to tests
  • Loading branch information
schillic authored Feb 25, 2024
2 parents 7519d57 + b88704e commit b0fc68c
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 b0fc68c

Please sign in to comment.