mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-07 01:03:45 +00:00
Fix timeout and reflect s6-overlay (#1947)
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user