From 88516970119920342dd86e4b82dfcdaaf3d38671 Mon Sep 17 00:00:00 2001 From: Louis_45 Date: Tue, 19 Jul 2022 17:55:31 +0200 Subject: [PATCH] Increased max retries --- .github/workflows/update_package_list.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_package_list.yml b/.github/workflows/update_package_list.yml index 8b0bfbef46..60bd312e4c 100644 --- a/.github/workflows/update_package_list.yml +++ b/.github/workflows/update_package_list.yml @@ -20,9 +20,9 @@ jobs: - name: execute py script uses: nick-invision/retry@v2 with: - timeout_minutes: 60 - max_attempts: 30 - retry_wait_seconds: 60 + timeout_minutes: 120 + max_attempts: 60 + retry_wait_seconds: 180 command: python get_package_list.py - name: commit files and push changes run: |