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 74fb5e0c..58d5153d 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 @@ -58,7 +58,7 @@ class ZeroMQSocketRunnableSpec extends FunSpec with Matchers mockSocketType = SocketType.RAW // mock[SocketType] zmqContext = ZMQ.context(1) pubSocket = zmqContext.socket(SocketType.PUB) - pubSocket.setLinger(10 * 1000) + pubSocket.setLinger(0) } after {