diff --git a/qa/rpc-tests/zmq_test.py b/qa/rpc-tests/zmq_test.py index eecf506b87..cad6e35577 100755 --- a/qa/rpc-tests/zmq_test.py +++ b/qa/rpc-tests/zmq_test.py @@ -34,6 +34,9 @@ class ZMQTest (BitcoinTestFramework): ]) def run_test(self): + # destroy() required for ubuntu docker hang workaround when + # exiting without actually messaging (remove with resolution of #TODO) + self.zmqContext.destroy(linger=0) return #TODO self.sync_all()