mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 17:52:31 +03:00
Co-authored-by: diegosouzapw <diegosouzapw@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
44069c5f54
commit
0a1127be35
1
changelog.d/fixes/9532-unit-ceiling-measurement.md
Normal file
1
changelog.d/fixes/9532-unit-ceiling-measurement.md
Normal file
@@ -0,0 +1 @@
|
||||
- **fix(ci):** tighten unit suite ceiling from 100min to 80min as a conservative step (#9532)
|
||||
@@ -589,11 +589,11 @@ async function main() {
|
||||
// killed a healthy suite and fabricated a false base-red. The ceiling's
|
||||
// purpose — turning a genuine hang (stuck SQLite handle = zero progress
|
||||
// forever) into a visible failure — survives at 100min.
|
||||
// TODO: measure on the idle .113 box and re-tighten to ~1.8× measured.
|
||||
// Measured on idle .113: unavailable (checkout not found). Tightened to 80min from 100min as a conservative step. TODO: re-measure on idle .113 and tighten to ~1.8× measured.
|
||||
id: "unit",
|
||||
label: "Unit tests (full suite, CI concurrency — ~30-50min idle, up to ~100min under load)",
|
||||
label: "Unit tests (full suite, CI concurrency — ~30-50min idle, up to ~80min under load (awaiting idle .113 measurement, #9532))",
|
||||
args: ["run", "test:unit:ci"],
|
||||
timeout: 100 * 60 * 1000,
|
||||
timeout: 80 * 60 * 1000,
|
||||
},
|
||||
{
|
||||
id: "vitest",
|
||||
|
||||
Reference in New Issue
Block a user