From 7edd7562371f13b0c7a4125c80e728702b161a2a Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Thu, 25 Apr 2024 13:10:14 -0300 Subject: [PATCH] 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 --- .github/workflows/test-packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-packaging.yml b/.github/workflows/test-packaging.yml index 84cb2cb5f8..7190314cb9 100644 --- a/.github/workflows/test-packaging.yml +++ b/.github/workflows/test-packaging.yml @@ -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