mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Bump HA timeout to match S6_SERVICES_GRACETIME (#3904)
This commit is contained in:
parent
eb621f6a2c
commit
ec6da7851e
@ -42,9 +42,9 @@ class DockerHomeAssistant(DockerInterface):
|
|||||||
@property
|
@property
|
||||||
def timeout(self) -> int:
|
def timeout(self) -> int:
|
||||||
"""Return timeout for Docker actions."""
|
"""Return timeout for Docker actions."""
|
||||||
# Synchronized homeassistant/core.py:async_stop
|
# Synchronized homeassistant's S6_SERVICES_GRACETIME
|
||||||
# to avoid killing Home Assistant Core.
|
# to avoid killing Home Assistant Core
|
||||||
return 120 + 60 + 30 + 10
|
return 220 + 20
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def ip_address(self) -> IPv4Address:
|
def ip_address(self) -> IPv4Address:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user