mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-21 22:44:31 +00:00
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:
commit
c42de88f74
1 changed files with 4 additions and 0 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue