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

pull/12999/head^2
Dax Raad 2026-02-10 14:25:25 -05:00
parent fc37337a3e
commit a0673256db
1 changed files with 1 additions and 1 deletions

View File

@ -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