diff --git a/supervisor/docker/interface.py b/supervisor/docker/interface.py index 26c9a233b..b9791aab3 100644 --- a/supervisor/docker/interface.py +++ b/supervisor/docker/interface.py @@ -29,7 +29,7 @@ class DockerInterface(CoreSysAttributes): @property def timeout(self) -> int: """Return timeout for Docker actions.""" - return 30 + return 10 @property def name(self) -> Optional[str]: