ci: stabilize windows and bun unit lanes

This commit is contained in:
Peter Steinberger
2026-03-23 11:28:25 +00:00
parent adf63eba9f
commit d841d02439
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ describe("memory search async sync", () => {
await vi.waitFor(() => {
expect((manager as unknown as { syncing: Promise<void> | null }).syncing).toBeNull();
});
});
}, 300_000);
it("waits for in-flight search sync during close", async () => {
const cfg = buildConfig();