Skip to content

Commit

Permalink
Add timeout and retry to make the build hopefully more resilient.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Mar 15, 2024
1 parent 9a236f8 commit 4172578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
- name: Build
run: ninja -C build
- name: Test
run: ctest --test-dir build --output-on-failure
run: ctest --test-dir build --output-on-failure --timeout 10 --repeat until-pass:5

0 comments on commit 4172578

Please sign in to comment.