fix(ci): cap stalled unit jobs at 45 minutes

This commit is contained in:
marius-kilocode
2026-06-03 13:18:18 +02:00
parent 2f7f23deac
commit 99407ef83b
+1
View File
@@ -32,6 +32,7 @@ jobs:
- name: windows
host: blacksmith-4vcpu-windows-2025 # kilocode_change
runs-on: ${{ matrix.settings.host }}
timeout-minutes: 45 # kilocode_change
defaults:
run:
shell: bash