Skip to content

Commit 08416ad

Browse files
authored
Fix flaky unit test (#2593)
* begin fix * revert
1 parent ac3f90d commit 08416ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/otel-allocator/watcher/promOperator_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ func TestNamespaceLabelUpdate(t *testing.T) {
920920
default:
921921
return false
922922
}
923-
}, eventInterval*5, time.Millisecond)
923+
}, time.Second, time.Millisecond)
924924
}
925925

926926
func TestRateLimit(t *testing.T) {

0 commit comments

Comments
 (0)