mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix flaky server test (#4167)
This commit is contained in:
parent
740119b144
commit
427f53328b
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ var _ = Describe("Server", func() {
|
|||
Eventually(run).Should(BeClosed())
|
||||
Eventually(done).Should(BeClosed())
|
||||
// shutdown
|
||||
conn.EXPECT().destroy(gomock.Any())
|
||||
conn.EXPECT().destroy(gomock.Any()).MaxTimes(1)
|
||||
})
|
||||
|
||||
It("drops packets if the receive queue is full", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue