mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 21:26:29 +00:00
Fix timeout and reflect s6-overlay (#1947)
This commit is contained in:
parent
3541cbff5e
commit
b3308ecbe0
@ -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]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user