diff --git a/internal/launcher/connection_pool_test.go b/internal/launcher/connection_pool_test.go index 86e0bc04..d3cca648 100644 --- a/internal/launcher/connection_pool_test.go +++ b/internal/launcher/connection_pool_test.go @@ -392,7 +392,7 @@ func TestConnectionStateActive(t *testing.T) { func TestCleanupIdleConnections_AlreadyClosedState(t *testing.T) { ctx := context.Background() config := PoolConfig{ - IdleTimeout: 1 * time.Hour, // long — won't trigger idle cleanup + IdleTimeout: 1 * time.Hour, // long — won't trigger idle cleanup // Use a very long cleanup interval so the background ticker does not // interfere with this deterministic test; we'll invoke cleanup manually. CleanupInterval: 24 * time.Hour,