ci: stabilize windows and bun unit lanes

This commit is contained in:
Peter Steinberger
2026-03-23 11:28:25 +00:00
parent adf63eba9f
commit d841d02439
2 changed files with 2 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ jobs:
command: pnpm protocol:check
- runtime: bun
task: test
command: pnpm canvas:a2ui:bundle && bunx vitest run --config vitest.unit.config.ts
command: pnpm canvas:a2ui:bundle && OPENCLAW_TEST_ISOLATE=1 bunx vitest run --config vitest.unit.config.ts
- runtime: node
task: compat-node22
node_version: "22.x"

View File

@@ -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();