build(docker): increase job timeout (#2376)
This commit is contained in:
1
.github/workflows/ci-docker.yml
vendored
1
.github/workflows/ci-docker.yml
vendored
@@ -189,6 +189,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix: ${{ fromJson(needs.check_dockerfiles.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.check_dockerfiles.outputs.matrix) }}
|
||||||
|
timeout-minutes: 480 # 8 hours
|
||||||
name: Docker${{ matrix.tag }}
|
name: Docker${{ matrix.tag }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user