Merge pull request #3013 from lucas-clemente/fix-flaky-streams-map-test

fix flaky streams map test on Windows
This commit is contained in:
Marten Seemann
2021-01-23 19:35:00 +08:00
committed by GitHub

View File

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