From 46b6f338c7c577d1178b1daf6211cc510ffd29d5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 10 Feb 2026 14:25:25 -0500 Subject: [PATCH] core: increase test timeout to 30s to prevent failures during package installation --- packages/opencode/bunfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/bunfig.toml b/packages/opencode/bunfig.toml index db64a09a98..c4617527d0 100644 --- a/packages/opencode/bunfig.toml +++ b/packages/opencode/bunfig.toml @@ -2,4 +2,4 @@ preload = ["@opentui/solid/preload"] [test] preload = ["./test/preload.ts"] -timeout = 10000 # 10 seconds (default is 5000ms) +timeout = 30000 # 30 seconds - allow time for package installation