Bump timeout for arm64 scheduled builds to 60 mins. (#815)
We are hitting timeouts at 45mins.
This commit is contained in:
parent
eded2f8b5d
commit
dfd3fcee0e
|
@ -23,7 +23,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
arch: [amd64, arm64]
|
||||
timeout-minutes: ${{ (github.event_name != 'schedule' && 30) || ((matrix.arch == 'arm64' && 45) || 30) }}
|
||||
timeout-minutes: ${{ (github.event_name != 'schedule' && 30) || ((matrix.arch == 'arm64' && 60) || 30) }}
|
||||
steps:
|
||||
- name: Install Docker
|
||||
if: ${{ matrix.arch == 'arm64' }}
|
||||
|
|
Loading…
Reference in New Issue