Skip to content

Commit a067325

Browse files
committed
core: increase test timeout to 30s to prevent failures during package installation
1 parent fc37337 commit a067325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ preload = ["@opentui/solid/preload"]
22

33
[test]
44
preload = ["./test/preload.ts"]
5-
timeout = 10000 # 10 seconds (default is 5000ms)
5+
timeout = 30000 # 30 seconds - allow time for package installation

0 commit comments

Comments
 (0)