Skip to content

Commit

Permalink
Add test sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
dehaansa committed Dec 12, 2024
1 parent d0e59ac commit 1d0b32a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/component/otelcol/receiver/syslog/syslog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1d0b32a

Please sign in to comment.