From f3ca4227130f8852a6a27488c6bb48027db260a4 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 31 May 2026 04:26:45 +0900 Subject: [PATCH] test(codex): allow slower snapshot install 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 a1f841920..6eca662ab 100644 --- a/src/cli/install-codex/install-codex.test.ts +++ b/src/cli/install-codex/install-codex.test.ts @@ -280,7 +280,7 @@ describe("install-codex", () => { expect(snapshotMcpManifest.mcpServers.lsp.args[0]).not.toContain("../../lsp-tools-mcp") expect(snapshotMcpManifest.mcpServers.lsp.args[0]).not.toContain("components/lsp/packages") expect((await stat(snapshotMcpManifest.mcpServers.lsp.args[0] ?? "")).isFile()).toBe(true) - }) + }, { timeout: 15_000 }) test("#given autonomous permissions requested #when installing omo #then writes Codex autonomy settings", async () => { // given