Commit 9ba2138
fix: bump MCP round-trip test's shutdown timeout 2s→10s (CI flake) (#21)
PR #20's test-go job failed with 'Shutdown: context deadline exceeded'
on TestMillMCPService_RealClientRoundTrip -- unrelated to that PR's own
diff (composition/graph.go, executionsvc), and a rerun of the exact
same failing job went green, confirming a shared-CI-runner timing
flake rather than a real bug: 2s was too tight a grace window for a
real network server's Shutdown() under variable runner load.
Claude-Session: https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 8eca744 commit 9ba2138
2 files changed
Lines changed: 9 additions & 9 deletions
File tree
- frontend/bindings/github.com/alicoding/mill/internal/services/executionsvc
- internal/services/mcpsvc
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
219 | 215 | | |
220 | 216 | | |
221 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
0 commit comments