Commit 80c49cf
committed
test(storage): budget the two cleanup-mode tests on loaded Windows runners
Both execute real SQLite writes and filesystem moves, the same intrinsic-cost
class as the five neighbors that already carry STORE_BUDGET_MS — they simply
never got the budget, and flaked at ~5.6s against bun's 5s default on the
windows-latest runner. Ablation check: both assert real quarantine/permanent
behavior (locally green in <0.5s), so the budget is headroom, not cover.1 parent 0bccc8a commit 80c49cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
0 commit comments