remove superfluous sleep in packet handler map test

This commit is contained in:
Marten Seemann
2020-11-21 16:56:42 +07:00
parent 69158cf5f1
commit d161d7e722

View File

@@ -298,7 +298,6 @@ var _ = Describe("Packet Handler Map", func() {
}) })
packetChan <- packetToRead{data: packet} packetChan <- packetToRead{data: packet}
Eventually(destroyed).Should(BeClosed()) Eventually(destroyed).Should(BeClosed())
time.Sleep(time.Second)
}) })
It("handles stateless resets for 0-length connection IDs", func() { It("handles stateless resets for 0-length connection IDs", func() {