mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +00:00
Increase wait time for home assistant startup
This commit is contained in:
parent
311abb8a90
commit
7867eded50
@ -466,7 +466,7 @@ class HomeAssistant(JsonConfig, CoreSysAttributes):
|
||||
return False
|
||||
|
||||
while True:
|
||||
await asyncio.sleep(10)
|
||||
await asyncio.sleep(5)
|
||||
|
||||
# 1: Check if Container is is_running
|
||||
if not await self.instance.is_running():
|
||||
|
Loading…
x
Reference in New Issue
Block a user