diff --git a/packet_handler_map_test.go b/packet_handler_map_test.go index 06cb9b8f8..ebccdcfa9 100644 --- a/packet_handler_map_test.go +++ b/packet_handler_map_test.go @@ -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() {