Skip to content

Commit

Permalink
Bump updater timeout (#38690)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Aug 10, 2020
1 parent c0be9ac commit 7f0c97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/updater/__init__.py
Expand Up @@ -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(
Expand Down

0 comments on commit 7f0c97f

Please sign in to comment.