From 89e820dc60d7e2d0cb39dde2cfee90ae2aa1d020 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Sat, 25 May 2024 22:00:29 -0700 Subject: [PATCH] ci(web): increase timeout for deployment and end-to-end test (#16920) --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4313ef404c..b9cc8f18f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1001,7 +1001,7 @@ jobs: environment: name: production-web url: https://www.hongbomiao.com - timeout-minutes: 120 + timeout-minutes: 150 steps: - name: Checkout uses: actions/checkout@v4.1.6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fae386a9ec..f3111e9e9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -347,7 +347,7 @@ jobs: if: ${{ needs.detect-changes.outputs.api-node == 'true' || needs.detect-changes.outputs.web == 'true' || needs.detect-changes.outputs.web-cypress == 'true' }} runs-on: ubuntu-22.04 environment: test - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: Checkout uses: actions/checkout@v4.1.6