mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Speed up exit
This commit is contained in:
parent
c2aec601e1
commit
f0b2c2592d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue