diff --git a/cmd/otel-allocator/watcher/promOperator_test.go b/cmd/otel-allocator/watcher/promOperator_test.go index d1fd622c61..37c651d73d 100644 --- a/cmd/otel-allocator/watcher/promOperator_test.go +++ b/cmd/otel-allocator/watcher/promOperator_test.go @@ -920,7 +920,7 @@ func TestNamespaceLabelUpdate(t *testing.T) { default: return false } - }, eventInterval*5, time.Millisecond) + }, time.Second, time.Millisecond) } func TestRateLimit(t *testing.T) {