mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 09:33:06 +00:00
ci: stabilize windows and bun unit lanes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user