Skip to content

test: raise ANN plan-check timeout for slow CI runners - #274

Merged
tickernelz merged 1 commit into
mainfrom
fix/win-ann-test-timeout
Aug 25, 2026
Merged

test: raise ANN plan-check timeout for slow CI runners#274
tickernelz merged 1 commit into
mainfrom
fix/win-ann-test-timeout

Conversation

@tickernelz

Copy link
Copy Markdown
Owner

Summary

The result-level ANN plan-check test (tests/turso-vector-search.test.ts) seeds 200 vectors and performs a real vector_top_k search. On slower CI runners — consistently on windows-latest in the current release gate — this exceeds bun's default 5s per-test timeout even though the assertions pass locally and on every other OS.

Give that single integration-style test explicit 30s headroom; no assertion changes.

Evidence

The result-level ANN validation seeds 200 vectors and runs a real
vector_top_k search; on windows-latest runners this can exceed the
default 5s test timeout even though the behavior under test is correct.
Give it explicit headroom instead of leaving the release gate flaky.
@tickernelz
tickernelz merged commit 94639ca into main Aug 25, 2026
1 check passed
@tickernelz
tickernelz deleted the fix/win-ann-test-timeout branch August 25, 2026 05:09
This was referenced Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant