diff --git a/communication/src/test/scala/org/apache/toree/communication/socket/ZeroMQSocketRunnableSpec.scala b/communication/src/test/scala/org/apache/toree/communication/socket/ZeroMQSocketRunnableSpec.scala index ea9d592b..47e9e18c 100644 --- a/communication/src/test/scala/org/apache/toree/communication/socket/ZeroMQSocketRunnableSpec.scala +++ b/communication/src/test/scala/org/apache/toree/communication/socket/ZeroMQSocketRunnableSpec.scala @@ -59,6 +59,7 @@ class ZeroMQSocketRunnableSpec extends FunSpec with Matchers mockSocketType = SocketType.RAW // mock[SocketType] zmqContext = ZMQ.context(1) pubSocket = zmqContext.socket(SocketType.PUB) + pubSocket.setLinger(0) } after {