chore: update actions timeout
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
This commit is contained in:
parent
1291f36611
commit
cae6ebf41c
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build assets
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 5
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build assets
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue