build(docker): increase job timeout (#2376)

This commit is contained in:
ReenigneArcher 2024-04-06 07:03:57 -04:00 committed by GitHub
commit 1e77d0a509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,6 +189,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.check_dockerfiles.outputs.matrix) }}
timeout-minutes: 480 # 8 hours
name: Docker${{ matrix.tag }}
steps: