mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
fix flaky streams map test on Windows
This commit is contained in:
parent
53b1cbb501
commit
08f7cceea2
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue