Kaynağa Gözat

core: increase test timeout to 30s to prevent failures during package installation

Dax Raad 6 ay önce
ebeveyn
işleme
a0673256db
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/opencode/bunfig.toml

+ 1 - 1
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