From 2ee89feb87ba1f2c8034df004ab8973d92bb2e88 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Thu, 14 Mar 2024 19:41:55 -0700 Subject: [PATCH] Reduce the retries so we can see persistent issues more clearly. --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index fa47dc45..c2107ddb 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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