Skip to content

Commit

Permalink
CI: raise cross-run timeouts
Browse files Browse the repository at this point in the history
On Ubuntu 22.04, these tests take significantly longer than they did on
20.04 for reasons not (yet) known.  In lieu of understanding, try
raising the timeouts.  We'd like to add `-j 2` as well, to take
advantage of both cores that the hosted runners offer, but that causes
its own failures (ctest receiving SIGTERM).
  • Loading branch information
nwf-msr committed Dec 13, 2022
1 parent 10444c3 commit 0256317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
run: ctest --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
timeout-minutes: 30
timeout-minutes: 45

windows:
strategy:
Expand Down

0 comments on commit 0256317

Please sign in to comment.