increase timeout for the installation of Colima (#18533)

saw many jobs timeout and fail. Optionally, should we use `macos-12`
that comes with Colima pre-installed? can make that change as well, just
lmk
This commit is contained in:
Roberto Dip 2024-04-25 13:10:14 -03:00 committed by GitHub
parent c423f415a6
commit 7edd756237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ jobs:
- name: Run Colima
if: startsWith(matrix.os, 'macos')
timeout-minutes: 5
timeout-minutes: 10
# notes:
# - docker to install the docker CLI and interact with the Colima
# container runtime