Skip to content

Commit

Permalink
Bring back sleep in syslog test
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Jan 6, 2025
1 parent 4697ed0 commit 8d3f095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/component/otelcol/receiver/syslog/syslog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ func Test(t *testing.T) {

require.NoError(t, ctrl.WaitRunning(3*time.Second))

// TODO(@dehaansa) - test if this is removeable after https://github.com/grafana/alloy/pull/2262
time.Sleep(1 * time.Second)

// Send traces in the background to our receiver.
go func() {
request := func() error {
Expand Down

0 comments on commit 8d3f095

Please sign in to comment.