From 3ef0f58c1f01fbfef224f2241d4e296e15c9f533 Mon Sep 17 00:00:00 2001 From: Stevengre Date: Tue, 10 Dec 2024 06:44:57 +0000 Subject: [PATCH 1/2] improve the timeout to avoid the error caused by it. --- .github/workflows/update-expected-output.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-expected-output.yml b/.github/workflows/update-expected-output.yml index dd7352958..64b1a2095 100644 --- a/.github/workflows/update-expected-output.yml +++ b/.github/workflows/update-expected-output.yml @@ -11,7 +11,7 @@ jobs: if: github.ref != 'refs/heads/master' name: 'Update Kontrol expected output' runs-on: [self-hosted, linux, normal, fast] - timeout-minutes: 90 + timeout-minutes: 120 steps: - name: 'Check out code' uses: actions/checkout@v4 From f3bb3836065d76273bc2ab2a0af2ca6d62bc4303 Mon Sep 17 00:00:00 2001 From: Stevengre Date: Tue, 10 Dec 2024 06:54:32 +0000 Subject: [PATCH 2/2] make the timeout even higher to avoid the timeout --- .github/workflows/update-expected-output.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-expected-output.yml b/.github/workflows/update-expected-output.yml index 64b1a2095..af8655e5d 100644 --- a/.github/workflows/update-expected-output.yml +++ b/.github/workflows/update-expected-output.yml @@ -11,7 +11,7 @@ jobs: if: github.ref != 'refs/heads/master' name: 'Update Kontrol expected output' runs-on: [self-hosted, linux, normal, fast] - timeout-minutes: 120 + timeout-minutes: 180 steps: - name: 'Check out code' uses: actions/checkout@v4