gstack/design
Garry Tan 75cd221850
fix(design): variants AbortError message reports the real 240s timeout
generateVariant arms its abort at 240_000 ms but the AbortError branch
returned "Timeout (120s)" — off by 2x, so a user staring at the failure
could not tell whether to bump the timeout, retry, or drop the call.
Report the actual configured bound, and pin it with a test that forces
the abort path (fast-forwarding only the 240_000 ms timer) and asserts
the surfaced string matches.

Contributed by @vryahn (PR #1774).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 20:20:52 -07:00
..
src fix(design): variants AbortError message reports the real 240s timeout 2026-08-14 20:20:52 -07:00
test fix(design): variants AbortError message reports the real 240s timeout 2026-08-14 20:20:52 -07:00
prototype.ts v1.30.0.0 fix wave: 21 community PRs + Windows CI extension + codex flag-semantics smoke (#1391) 2026-05-09 08:06:47 -07:00