From f5773378d85cea55b88ea3fea27143e57be3d3e7 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 11 Feb 2026 19:20:55 -0600 Subject: [PATCH] linux --- .github/workflows/generator-linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: |