ci: extend long-running test lane timeouts

This commit is contained in:
Peter Steinberger
2026-03-29 16:48:50 +01:00
parent 354bc01f29
commit ba7911bd16
2 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ jobs:
needs: [preflight, build-bun-artifacts]
if: needs.preflight.outputs.run_bun_checks == 'true'
runs-on: blacksmith-16vcpu-ubuntu-2404
timeout-minutes: 35
timeout-minutes: 60
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.preflight.outputs.bun_checks_matrix) }}