Skip to content

Commit

Permalink
increase timeout values for collector plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-breen committed Oct 23, 2024
1 parent c228db8 commit 0776510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/otel_collector_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestCollector_ProcessResourceUpdateTopic(t *testing.T) {
assert.Eventually(
tt,
func() bool { return collector.service.GetState() == otelcol.StateRunning },
5*time.Second,
6*time.Second,
100*time.Millisecond,
)

Expand Down

0 comments on commit 0776510

Please sign in to comment.