Enlarge timeout for uploading images to cache

This commit is contained in:
Igor Pecovnik
2026-01-03 15:29:23 +01:00
committed by Igor
parent 5dc25888db
commit 348756629e

View File

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