Bump timeout for arm64 scheduled builds to 60 mins. (#815)

We are hitting timeouts at 45mins.
This commit is contained in:
Alan Guo Xiang Tan 2024-07-10 10:46:30 +08:00 committed by GitHub
parent eded2f8b5d
commit dfd3fcee0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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' }}