mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove superfluous sleep in packet handler map test
This commit is contained in:
parent
69158cf5f1
commit
d161d7e722
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ var _ = Describe("Packet Handler Map", func() {
|
|||
})
|
||||
packetChan <- packetToRead{data: packet}
|
||||
Eventually(destroyed).Should(BeClosed())
|
||||
time.Sleep(time.Second)
|
||||
})
|
||||
|
||||
It("handles stateless resets for 0-length connection IDs", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue