Skip to content

Commit 558b011

Browse files
committed
test(core): stabilize path fallback coverage
Release highlights: - Keep exact-path fallback coverage reliable under concurrent CI load. Release details: - Align the fallback integration timeout with the measured 91-file ingestion workload. Verification: - Run the focused test three times and the full Core coverage suite.
1 parent be55214 commit 558b011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ragmir-core/src/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ describe("search", () => {
515515
lexicalExactPathMatch: true,
516516
})
517517
expect(vectorCandidateLimit(1)).toBeLessThan(90)
518-
}, 10_000)
518+
}, 20_000)
519519

520520
it("should explain complete lexical fallback activation and coverage", async () => {
521521
const root = await mkdtemp(path.join(os.tmpdir(), "ragmir-query-fallback-explain-"))

0 commit comments

Comments
 (0)