test: give the 10k-iteration sort-key property test its own timeout #318
No reviewers
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#318
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/sort-key-test-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
it(...)call now spans multiple arguments - no functional change beyond the timeout option and the doc comment.