From 9a820bea4cfc9b1322342d03e59351bce5490602 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Sat, 16 Dec 2023 17:24:41 -0800 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e3ddbc2062..636e8e9cd5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -384,7 +384,7 @@ jobs: uses: Wandalen/wretry.action@v1 with: action: codecov/codecov-action@v3 - attempt_limit: 5 + attempt_limit: 10 attempt_delay: 30000 with: | fail_ci_if_error: true