lilith-platform.live/codebase/@features/api/bunfig.toml
2026-05-14 18:21:58 -07:00

8 lines
404 B
TOML

[test]
preload = ["./src/__tests__/global-setup.ts"]
# Default test timeout bumped from the 5s default. Per-test hook timeout
# (beforeEach createTestApp) needs >30s on a loaded dev DB — the harness
# does CREATE DATABASE + ~80 migrations + truncate, which spikes when other
# dev services share the pgBouncer connection pool. 60s gives enough headroom
# without masking genuine hangs.
timeout = 60000