From 348756629e5d6d064449da697d15f37717a2bf61 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 3 Jan 2026 15:29:23 +0100 Subject: [PATCH] Enlarge timeout for uploading images to cache --- .github/workflows/infrastructure-reusable-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infrastructure-reusable-mirror.yml b/.github/workflows/infrastructure-reusable-mirror.yml index 3640414a..a408118b 100644 --- a/.github/workflows/infrastructure-reusable-mirror.yml +++ b/.github/workflows/infrastructure-reusable-mirror.yml @@ -49,7 +49,7 @@ jobs: runs-on: "ubuntu-24.04" needs: example-job if: ${{ needs.example-job.outputs.DEPLOYMENT_MATRIX != '[]' }} - timeout-minutes: 60 + timeout-minutes: 90 strategy: max-parallel: 16 fail-fast: false