mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 12:17:26 +00:00
perf(test): remove unnecessary qmd export delay
This commit is contained in:
@@ -1114,7 +1114,6 @@ describe("QmdMemoryManager", () => {
|
||||
await manager.sync({ reason: "manual" });
|
||||
expect(writeFileSpy.mock.calls.length).toBe(firstExportWrites);
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, 5));
|
||||
await fs.writeFile(
|
||||
sessionFile,
|
||||
'{"type":"message","message":{"role":"user","content":"follow-up update"}}\n',
|
||||
|
||||
Reference in New Issue
Block a user