Speed up exit

This commit is contained in:
Brad Warren 2015-07-23 17:28:07 -07:00
parent c2aec601e1
commit f0b2c2592d

View file

@ -55,7 +55,7 @@ class Proxy(object):
def cleanup_from_tests(self):
"""Performs any necessary cleanup from running plugin tests"""
self._docker_client.stop(self._container_id)
self._docker_client.stop(self._container_id, 0)
self._log_thread.join()
if not self.args.no_remove:
self._docker_client.remove_container(self._container_id)