Merge pull request #2894 from lucas-clemente/remove-sleep-in-test

remove superfluous sleep in packet handler map test
This commit is contained in:
Marten Seemann
2020-12-04 09:09:25 +07:00
committed by GitHub

View File

@@ -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() {