Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ragmir-core/src/context-resources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ describe("context resources", () => {
expect(secondPage.indexedFiles).toHaveLength(5)
expect(secondPage.indexedFiles[0]?.source).toBe(".ragmir/raw/source-50.md")
expect(secondPage.page).toEqual({ offset: 50, limit: 10, nextOffset: null })
})
}, 15_000)
})
2 changes: 1 addition & 1 deletion packages/ragmir-core/src/index-write-lock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe("withIndexWriteLock", () => {
staleInIndex: [],
totalChunks: rows.length,
})
})
}, 30_000)
})

interface ChildEvent {
Expand Down
2 changes: 1 addition & 1 deletion packages/ragmir-core/src/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ describe("search", () => {
lexicalExactPathMatch: true,
})
expect(vectorCandidateLimit(1)).toBeLessThan(90)
}, 10_000)
}, 20_000)

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