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