From 3a9c0a593ff49a93589ba2e27b17373f99c5e439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Fri, 7 Apr 2023 10:39:46 +0200 Subject: [PATCH] chore(ci): bump codecov retry limit to 10 --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 08a216d2..1a87d157 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -63,7 +63,7 @@ jobs: flags: unit-test files: unit.coverage.out verbose: true - attempt_limit: 3 + attempt_limit: 10 attempt_delay: 30000 setup-integration-tests: @@ -144,7 +144,7 @@ jobs: flags: integration-test files: integration.coverage.out verbose: true - attempt_limit: 3 + attempt_limit: 10 attempt_delay: 30000 integration-tests-passed: