From a46d790895372365282f6e86e5ef5cd461b550c2 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 31 May 2026 01:57:04 +0900 Subject: [PATCH] test(codex): allow slower windows installer qa --- src/cli/install-codex/install-codex.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/install-codex/install-codex.test.ts b/src/cli/install-codex/install-codex.test.ts index 1bfd061d1..a1f841920 100644 --- a/src/cli/install-codex/install-codex.test.ts +++ b/src/cli/install-codex/install-codex.test.ts @@ -175,7 +175,7 @@ describe("install-codex", () => { legacyCacheMissing = error instanceof Error } expect(legacyCacheMissing).toBe(true) - }) + }, { timeout: 15_000 }) test("#given codex installer #when installing omo #then links omo-prefixed component CLIs to existing cached runtimes", async () => { // given