test(codex): allow slower windows installer qa

This commit is contained in:
YeonGyu-Kim
2026-05-31 01:57:04 +09:00
parent fd950932a6
commit a46d790895
+1 -1
View File
@@ -175,7 +175,7 @@ describe("install-codex", () => {
legacyCacheMissing = error instanceof Error legacyCacheMissing = error instanceof Error
} }
expect(legacyCacheMissing).toBe(true) 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 () => { test("#given codex installer #when installing omo #then links omo-prefixed component CLIs to existing cached runtimes", async () => {
// given // given