mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 06:06:29 +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
|
||||
def timeout(self) -> int:
|
||||
"""Return timeout for Docker actions."""
|
||||
# Synchronized homeassistant/core.py:async_stop
|
||||
# to avoid killing Home Assistant Core.
|
||||
return 120 + 60 + 30 + 10
|
||||
# Synchronized homeassistant's S6_SERVICES_GRACETIME
|
||||
# to avoid killing Home Assistant Core
|
||||
return 220 + 20
|
||||
|
||||
@property
|
||||
def ip_address(self) -> IPv4Address:
|
||||
|
Loading…
x
Reference in New Issue
Block a user