Commit fac6ee6
fix: guard Redis disconnect and increase AfterAll timeout
Redis client may not be connected when rate limits are disabled in tests,
causing disconnect() to throw ClientClosedError. Guard with isOpen check.
Also raise AfterAll timeout to 30s to allow server and DB to shut down.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c0d5e95 commit fac6ee6
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- test/integration/features
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments