Skip to content

Commit

Permalink
chore: update actions timeout
Browse files Browse the repository at this point in the history
Build assets needs ~1 mins
Build assets (Full Routes Test Result) needs ~1 hours
Docker release needs <20 mins
PR - Docker build test needs ~5 mins
  • Loading branch information
TonyRL committed Jun 28, 2024
1 parent 1291f36 commit cae6ebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build assets
timeout-minutes: 60
timeout-minutes: 5
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
needs: check-env
if: needs.check-env.outputs.check-docker == 'true'
timeout-minutes: 120
timeout-minutes: 60
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
test:
name: Docker build & tests
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-full-routes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build assets
timeout-minutes: 60
timeout-minutes: 120
permissions:
contents: write
steps:
Expand Down

0 comments on commit cae6ebf

Please sign in to comment.