Bump updater timeout (#38690)
This commit is contained in:
parent
20710d8605
commit
ac1f431f91
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue