test: give the 10k-iteration sort-key property test its own timeout #318

Merged
fable-5 merged 1 commits from fix/sort-key-test-timeout into main 2026-08-02 14:30:05 +02:00
Collaborator

What

Give the 10.000-iteration sort-key property test an explicit 30 s timeout instead of the 5000 ms default.

Why

Under parallel CI load this test has repeatedly exceeded the default per-test timeout - run 685 (on main) and run 699 (on #317), both on 2026-08-01, with the identical, unchanged test passing on rerun 702. This is the documented runner signature (single-test timeout under parallel load), not a functional regression: locally the test finishes in ~1.3 s, so 30 s is generous headroom rather than a mask for a real slowdown.

Deliberately kept out of #307, where it did not belong.

Notes

  • Prettier re-indented the test body one level because the it(...) call now spans multiple arguments - no functional change beyond the timeout option and the doc comment.
  • Full api suite against a fresh DB: 106 files, 598 passed / 13 skipped.
## What Give the 10.000-iteration sort-key property test an explicit 30 s timeout instead of the 5000 ms default. ## Why Under parallel CI load this test has repeatedly exceeded the default per-test timeout - run 685 (on `main`) and run 699 (on #317), both on 2026-08-01, with the identical, unchanged test passing on rerun 702. This is the documented runner signature (single-test timeout under parallel load), not a functional regression: locally the test finishes in ~1.3 s, so 30 s is generous headroom rather than a mask for a real slowdown. Deliberately kept out of #307, where it did not belong. ## Notes - Prettier re-indented the test body one level because the `it(...)` call now spans multiple arguments - no functional change beyond the timeout option and the doc comment. - Full api suite against a fresh DB: 106 files, 598 passed / 13 skipped.
fable-5 added 1 commit 2026-08-02 14:01:32 +02:00
test: give the 10k-iteration sort-key property test its own timeout
All checks were successful
CI / Lint, typecheck, test (pull_request) Successful in 6m45s
CI / Build container images (pull_request) Successful in 2m51s
CI / Auth e2e pack (pull_request) Successful in 8m54s
CI / Import/export fidelity gate (pull_request) Successful in 58s
CD / Build and push images (push) Successful in 15s
CD / Deploy to Test (push) Successful in 16s
CD / Smoke tests against Test (push) Successful in 1m17s
CD / Promote to Int (push) Successful in 13s
CI / Lint, typecheck, test (push) Successful in 6m52s
CI / Build container images (push) Has been skipped
CI / Auth e2e pack (push) Successful in 8m43s
Release / Build release images and notes (push) Successful in 2m48s
CI / Import/export fidelity gate (push) Successful in 56s
Release / Release-candidate operations QA (push) Successful in 56s
Prod deploy / Deploy the released images to Prod (push) Successful in 17s
78258c4f9b
Under parallel CI load the test repeatedly exceeded the default 5000 ms
per-test timeout (run 685 on main, run 699 on an unrelated PR); the
identical test passed on rerun. Locally it finishes in about 1.3 s, so
30 s is generous headroom, not a mask for a regression.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017aviRTgWCcAHUh1SBoxf6P
fable-5 merged commit 78258c4f9b into main 2026-08-02 14:30:05 +02:00
Sign in to join this conversation.
No description provided.