diff --git a/pipeline/log/utils_test.go b/pipeline/log/utils_test.go index 9dbd985f0..088656b93 100644 --- a/pipeline/log/utils_test.go +++ b/pipeline/log/utils_test.go @@ -64,7 +64,7 @@ func TestCopyLineByLine(t *testing.T) { }() // wait for the goroutine to start - time.Sleep(time.Millisecond) + time.Sleep(time.Second / 10) // write 4 bytes without newline if _, err := w.Write([]byte("1234")); err != nil {