agent-desktop/crates
Lahfir dbddec98b8 test: widen wall-clock budgets on retry/hydration tests to stop CI flakes
A class of unit tests bounds real retry/resolve/hydration work with a
tight wall-clock deadline (100-1000 ms) and asserts a definite outcome
(success, or a specific terminal code after a bounded retry). On slow,
contended GitHub runners the work overran the budget and the test got a
Timeout instead of its asserted outcome, flaking the Test job while every
local run passed. Widen those budgets to the suite's 5 s idiom so the
asserted state is reached deterministically. Genuine deadline-expiry
tests (permanently-unresolvable adapters, single-shot timeout_ms 0,
deadline-value plumbing, lock-contention) keep their tight budgets - a
slow runner still expires them correctly. Test-only; no production change.
2026-07-20 01:02:42 -07:00
..
core test: widen wall-clock budgets on retry/hydration tests to stop CI flakes 2026-07-20 01:02:42 -07:00
ffi feat!: implement Playwright-grade foundation contract 2026-07-20 00:21:38 -07:00
linux feat!: implement Playwright-grade foundation contract 2026-07-20 00:21:38 -07:00
macos feat!: implement Playwright-grade foundation contract 2026-07-20 00:21:38 -07:00
windows feat!: implement Playwright-grade foundation contract 2026-07-20 00:21:38 -07:00