mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Remove timeout when waiting for container to finish. (#527)
This commit is contained in:
@@ -281,7 +281,7 @@ class EngineDriver(object):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def wait_for_container(self, client, container_id):
|
||||
def wait_for_container(self, client, container_id, timeout=None):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user