diff --git a/.github/workflows/generator-linux.yml b/.github/workflows/generator-linux.yml index 4a2604d..6eebb7f 100644 --- a/.github/workflows/generator-linux.yml +++ b/.github/workflows/generator-linux.yml @@ -581,6 +581,7 @@ jobs: if: ${{ env.rdgen == 'true' }} uses: nick-fields/retry@v3 with: + timeout_minutes: 1 max_attempts: 3 shell: bash command: | @@ -593,6 +594,7 @@ jobs: if: ${{ env.rdgen == 'false' }} uses: nick-fields/retry@v3 with: + timeout_minutes: 1 max_attempts: 3 shell: bash command: | @@ -700,6 +702,7 @@ jobs: if: ${{ env.rdgen == 'true' }} uses: nick-fields/retry@v3 with: + timeout_minutes: 1 max_attempts: 3 shell: bash command: | @@ -709,6 +712,7 @@ jobs: if: ${{ env.rdgen == 'false' }} uses: nick-fields/retry@v3 with: + timeout_minutes: 1 max_attempts: 3 shell: bash command: | @@ -827,6 +831,7 @@ jobs: if: ${{ env.rdgen == 'true' }} uses: nick-fields/retry@v3 with: + timeout_minutes: 1 max_attempts: 3 shell: bash command: | @@ -836,6 +841,7 @@ jobs: if: ${{ env.rdgen == 'false' }} uses: nick-fields/retry@v3 with: + timeout_minutes: 1 max_attempts: 3 shell: bash command: |