Skip to content

Commit

Permalink
ci(web): increase timeout for deployment and end-to-end test (#16920)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed May 26, 2024
1 parent bed82a1 commit 89e820d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 89e820d

Please sign in to comment.