Skip to content

Commit

Permalink
Fix flaky unit test (open-telemetry#2593)
Browse files Browse the repository at this point in the history
* begin fix

* revert
  • Loading branch information
jaronoff97 authored Feb 1, 2024
1 parent ac3f90d commit 08416ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/otel-allocator/watcher/promOperator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 08416ad

Please sign in to comment.