From 7e72c302497b2381d0eba4fe13d6534b2ff8f598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Godek?= Date: Fri, 15 Nov 2024 00:56:06 +0100 Subject: [PATCH] more retries --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7144fb0..299d064 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -87,8 +87,8 @@ jobs: S3_FLUKA_BUCKET: ${{ vars.S3_FLUKA_BUCKET }} S3_FLUKA_KEY: ${{ vars.S3_FLUKA_KEY }} with: - timeout_minutes: 15 - max_attempts: 3 + timeout_minutes: 25 + max_attempts: 10 retry_on: error command: poetry run pytest --cov-report html:htmlcov --cov=yaptide - name: Remove unused pyproject and dependencies