From 4138a9f87dbf15bc1de54cd2fbff5b4c6cd03d46 Mon Sep 17 00:00:00 2001 From: yellow-shine Date: Mon, 29 Jul 2024 15:53:58 +0800 Subject: [PATCH] enhance: [skip e2e] enlarge timeout of UT for go up to 90 mins (#35037) pr: #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