From 86ab46e173f435d5580f5718a1156a2146cac3f3 Mon Sep 17 00:00:00 2001 From: stbt <34333460+stbt@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:27:00 +0900 Subject: [PATCH 1/4] Update generator-windows.yml timeout 10m --- .github/workflows/generator-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 52de8fd41..905961fad 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: 10 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: 10 max_attempts: 3 shell: bash command: | From 422e23cecf2f4005d20451f055f8386be7476c64 Mon Sep 17 00:00:00 2001 From: stbt <34333460+stbt@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:41:46 +0900 Subject: [PATCH 2/4] Update sh-generator-windows.yml --- .github/workflows/sh-generator-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: | From 7bcccb41562e57fa126376857ca7f7cf9f43c369 Mon Sep 17 00:00:00 2001 From: stbt <34333460+stbt@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:42:24 +0900 Subject: [PATCH 3/4] Update generator-windows.yml --- .github/workflows/generator-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 905961fad..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: 10 + 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: 10 + timeout_minutes: 100 max_attempts: 3 shell: bash command: | From 700fddb58af7244a1e59da3dd74a7b76743c455e Mon Sep 17 00:00:00 2001 From: stbt <34333460+stbt@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:48:35 +0900 Subject: [PATCH 4/4] Update sh-generator-windows.yml