mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 07:36:29 +00:00
Update docker timeout to 900sec (#486)
This commit is contained in:
parent
20afa1544b
commit
f361916a60
@ -24,7 +24,7 @@ class DockerAPI:
|
||||
"""Initialize docker base wrapper."""
|
||||
self.docker = docker.DockerClient(
|
||||
base_url="unix:/{}".format(str(SOCKET_DOCKER)),
|
||||
version='auto', timeout=300)
|
||||
version='auto', timeout=900)
|
||||
self.network = DockerNetwork(self.docker)
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user