Skip to content

Commit

Permalink
Reduce the retries so we can see persistent issues more clearly.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Mar 15, 2024
1 parent 4172578 commit 2ee89fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Build
run: ninja -C build
- name: Test
run: ctest --test-dir build --output-on-failure --timeout 10 --repeat until-pass:5
run: ctest --test-dir build --output-on-failure --timeout 10 --repeat until-pass:2

0 comments on commit 2ee89fe

Please sign in to comment.