diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 52de8fd41..12e27d6c4 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -608,7 +608,7 @@ jobs: if: ${{ env.rdgen == 'true' }} uses: nick-fields/retry@v3 with: - timeout_minutes: 1 + timeout_minutes: 100 max_attempts: 3 shell: bash command: | @@ -619,7 +619,7 @@ jobs: if: ${{ env.rdgen == 'false' }} uses: nick-fields/retry@v3 with: - timeout_minutes: 1 + timeout_minutes: 100 max_attempts: 3 shell: bash command: | diff --git a/.github/workflows/sh-generator-windows.yml b/.github/workflows/sh-generator-windows.yml index 0672d0c31..bed7cdcba 100644 --- a/.github/workflows/sh-generator-windows.yml +++ b/.github/workflows/sh-generator-windows.yml @@ -532,7 +532,7 @@ jobs: if: ${{ env.rdgen == 'true' }} uses: nick-fields/retry@v3 with: - timeout_minutes: 1 + timeout_minutes: 100 max_attempts: 3 shell: bash command: | @@ -543,7 +543,7 @@ jobs: if: ${{ env.rdgen == 'false' }} uses: nick-fields/retry@v3 with: - timeout_minutes: 1 + timeout_minutes: 100 max_attempts: 3 shell: bash command: |