diff --git a/internal/collector/otel_collector_plugin_test.go b/internal/collector/otel_collector_plugin_test.go index 886366852c..f79f4252a9 100644 --- a/internal/collector/otel_collector_plugin_test.go +++ b/internal/collector/otel_collector_plugin_test.go @@ -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, )