diff --git a/internal/helpers.go b/internal/helpers.go index 26903018..419fa419 100644 --- a/internal/helpers.go +++ b/internal/helpers.go @@ -87,7 +87,7 @@ type cobraTestRunner struct { } func consumeLines(ctx context.Context, wg *sync.WaitGroup, r io.Reader) <-chan string { - ch := make(chan string, 10000) + ch := make(chan string, 30000) wg.Add(1) go func() { defer close(ch)