From d841d02439d6679909cb4bb19eb339c09f239fcf Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 23 Mar 2026 11:28:25 +0000 Subject: [PATCH] ci: stabilize windows and bun unit lanes --- .github/workflows/ci.yml | 2 +- src/memory/manager.async-search.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6d6117f69..c7e5c97d1a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/src/memory/manager.async-search.test.ts b/src/memory/manager.async-search.test.ts index 1cbec8f1155..7968c4e1290 100644 --- a/src/memory/manager.async-search.test.ts +++ b/src/memory/manager.async-search.test.ts @@ -88,7 +88,7 @@ describe("memory search async sync", () => { await vi.waitFor(() => { expect((manager as unknown as { syncing: Promise | null }).syncing).toBeNull(); }); - }); + }, 300_000); it("waits for in-flight search sync during close", async () => { const cfg = buildConfig();