From 1aa746f0426528504bb7defbe846352a124b61c9 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 13 Feb 2026 22:43:13 +0000 Subject: [PATCH] perf(test): lower synthetic payload in embedding batch split case --- src/memory/manager.embedding-batches.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memory/manager.embedding-batches.test.ts b/src/memory/manager.embedding-batches.test.ts index db59e21310a..d6142802fcc 100644 --- a/src/memory/manager.embedding-batches.test.ts +++ b/src/memory/manager.embedding-batches.test.ts @@ -51,7 +51,7 @@ describe("memory embedding batches", () => { it("splits large files across multiple embedding batches", async () => { const line = "a".repeat(200); - const content = Array.from({ length: 50 }, () => line).join("\n"); + const content = Array.from({ length: 40 }, () => line).join("\n"); await fs.writeFile(path.join(workspaceDir, "memory", "2026-01-03.md"), content); const cfg = {