tests: more tolerance to latency for unstable test `TestCacheNotifyPolling()`. (#7574)
This commit is contained in:
parent
f5eb6ab539
commit
984583d980
|
@ -249,7 +249,7 @@ func TestCacheNotifyPolling(t *testing.T) {
|
|||
// wait for the next batch of responses
|
||||
events := make([]UpdateEvent, 0)
|
||||
// At least 110ms is needed to allow for the jitter
|
||||
timeout := time.After(150 * time.Millisecond)
|
||||
timeout := time.After(220 * time.Millisecond)
|
||||
|
||||
for i := 0; i < 2; i++ {
|
||||
select {
|
||||
|
|
Loading…
Reference in New Issue