Skip to content

Commit

Permalink
CI: raise cross-run timeouts & use all cores
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 and taking advantage of both cores in the
github-hosted runner VMs.
  • Loading branch information
nwf-msr committed Dec 13, 2022
1 parent 10444c3 commit bdd1695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ jobs:
# QEMU)
- name: Test
working-directory: ${{github.workspace}}/build
run: ctest --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
timeout-minutes: 30
run: ctest -j 2 --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
timeout-minutes: 45

windows:
strategy:
Expand Down

0 comments on commit bdd1695

Please sign in to comment.