diff options
| author | Dax Raad <[email protected]> | 2026-02-10 14:25:25 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-02-10 14:25:25 -0500 |
| commit | a0673256db74e5c2c90bb0b970335999d664a83b (patch) | |
| tree | fccc3ce8bb7d052f80c81092913a0b1c0409b118 | |
| parent | fc37337a3e12287b02899bb215975e1836764cce (diff) | |
| download | opencode-a0673256db74e5c2c90bb0b970335999d664a83b.tar.gz opencode-a0673256db74e5c2c90bb0b970335999d664a83b.zip | |
core: increase test timeout to 30s to prevent failures during package installation
| -rw-r--r-- | packages/opencode/bunfig.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/bunfig.toml b/packages/opencode/bunfig.toml index db64a09a9..c4617527d 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 |
