From e62f6b2f4e6c05c5931078efe4d694ecfb39c6f2 Mon Sep 17 00:00:00 2001 From: yellow-shine Date: Mon, 29 Jul 2024 15:51:49 +0800 Subject: [PATCH] enhance: [skip e2e] enlarge timeout of UT for go up to 90 mins (#35035) Signed-off-by: Yellow Shine --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 41b1ead93c..c139dc848f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -167,7 +167,7 @@ jobs: name: UT for Go needs: Build runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 90 steps: - name: Maximize build space uses: easimon/maximize-build-space@master