mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
c423f415a6
commit
7edd756237
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-packaging.yml
vendored
2
.github/workflows/test-packaging.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue