Commit ffb6131
committed
test(integration): give the single-client runtime generous idle headroom
The sql-orm-client integration runtime now drives a single long-lived client so
transactions hold one connection on the single-backend PGlite server. The dev
server's default 1s idle timeout reaps that client during brief idle windows
under full-suite load (a pool would reconnect; a lone client cannot), causing
intermittent "connection terminated" flakes. Raise the idle timeout to 30s for
these tests — no test holds the connection idle anywhere near that long.
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>1 parent 3a34f20 commit ffb6131
1 file changed
Lines changed: 17 additions & 9 deletions
Lines changed: 17 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
67 | 75 | | |
0 commit comments