From 796219afb181d17e312e371a39398f3a67b2f8a4 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 12 May 2026 03:07:16 -0400 Subject: [PATCH] test: relax remaining linux timeouts --- .../opencode/test/server/worktree-endpoint-repro.test.ts | 3 ++- packages/opencode/test/session/prompt.test.ts | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/opencode/test/server/worktree-endpoint-repro.test.ts b/packages/opencode/test/server/worktree-endpoint-repro.test.ts index e95d706d54..177593d753 100644 --- a/packages/opencode/test/server/worktree-endpoint-repro.test.ts +++ b/packages/opencode/test/server/worktree-endpoint-repro.test.ts @@ -80,6 +80,7 @@ describe("worktree endpoint reproduction", () => { body: JSON.stringify({}), }), "direct worktree create", + 15_000, ) expect(response.status).toBe(200) @@ -102,7 +103,7 @@ describe("worktree endpoint reproduction", () => { body: JSON.stringify({ type: "worktree", branch: null }), }), "workspace worktree create", - 8_000, + 15_000, ) expect(response.status).toBe(200) diff --git a/packages/opencode/test/session/prompt.test.ts b/packages/opencode/test/session/prompt.test.ts index df37f0679b..4d6dac45a0 100644 --- a/packages/opencode/test/session/prompt.test.ts +++ b/packages/opencode/test/session/prompt.test.ts @@ -736,7 +736,7 @@ it.live( }), { git: true, config: providerCfg }, ), - 10_000, + 3_000, ) it.live( @@ -762,7 +762,7 @@ it.live( }), { git: true, config: providerCfg }, ), - 10_000, + 3_000, ) // Cancel semantics @@ -906,7 +906,7 @@ it.live( }), { git: true, config: providerCfg }, ), - 10_000, + 3_000, ) it.live( @@ -979,7 +979,7 @@ it.live( }), { git: true, config: providerCfg }, ), - 3_000, + 10_000, ) it.live(