From 6302093cc5ff425ca95f50dd0f263471b7f34941 Mon Sep 17 00:00:00 2001 From: JianHong Zhao Date: Tue, 10 Dec 2024 15:00:39 +0700 Subject: [PATCH] improve the timeout to avoid the error caused by it. (#909) * improve the timeout to avoid the error caused by it. * 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 dd7352958..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: 90 + timeout-minutes: 180 steps: - name: 'Check out code' uses: actions/checkout@v4