[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