Merge pull request #1052 from getagentseal/ci/lock-suite-step-timeout

ci: give the quarantined cache-lock step its own timeout
This commit is contained in:
Resham Joshi 2026-08-19 13:46:25 -07:00 committed by GitHub
commit c42de88f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,10 @@ jobs:
# tests spawn deliberately. Quarantined (reports, never gates): the process
# suite still races its own takeover window even serially on slow runners -
# tracked in #904; drop continue-on-error once that race is settled.
# Step-level timeout so a stalled lock suite fails soft here instead of
# tripping the job's 15-minute budget, which kills the whole job as
# "cancelled" and hides the parallel suite's green result.
- name: Cache-lock suite (serial, quarantined)
continue-on-error: true
timeout-minutes: 5
run: npm run test:locks