fix flaky outgoing streams map test (#4283)

This commit is contained in:
Marten Seemann 2024-01-29 12:52:32 +07:00 committed by GitHub
parent 03ba124241
commit 34c4d89e8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ var _ = Describe("Streams Map (outgoing)", func() {
m.mutex.Lock()
defer m.mutex.Unlock()
return len(m.openQueue)
}, 50*time.Millisecond, 100*time.Microsecond).Should(Equal(n))
}, scaleDuration(100*time.Millisecond), scaleDuration(10*time.Microsecond)).Should(Equal(n))
}
BeforeEach(func() {