mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump updater timeout (#38690)
This commit is contained in:
parent
20710d8605
commit
ac1f431f91
@ -134,7 +134,7 @@ async def get_newest_version(hass, huuid, include_components):
|
||||
|
||||
session = async_get_clientsession(hass)
|
||||
|
||||
with async_timeout.timeout(15):
|
||||
with async_timeout.timeout(30):
|
||||
req = await session.post(UPDATER_URL, json=info_object)
|
||||
|
||||
_LOGGER.info(
|
||||
|
Loading…
x
Reference in New Issue
Block a user