Skip to content

Commit

Permalink
#78 Increased timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
gndean committed Nov 9, 2024
1 parent 1d91704 commit 06c58d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def _async_update_data(self):
_LOGGER.debug("HypervoltCoordinator _async_update_data enter")

try:
async with async_timeout.timeout(10):
async with async_timeout.timeout(30):
return await self._update()
except InvalidAuth as exc:
raise ConfigEntryAuthFailed() from exc
Expand Down

0 comments on commit 06c58d2

Please sign in to comment.