diff --git a/internal/component/otelcol/receiver/syslog/syslog_test.go b/internal/component/otelcol/receiver/syslog/syslog_test.go index ad1740704..d2b6af43e 100644 --- a/internal/component/otelcol/receiver/syslog/syslog_test.go +++ b/internal/component/otelcol/receiver/syslog/syslog_test.go @@ -57,6 +57,7 @@ func Test(t *testing.T) { }() require.NoError(t, ctrl.WaitRunning(3*time.Second)) + time.Sleep(1 * time.Second) // Send traces in the background to our receiver. go func() {