Skip to content

Commit

Permalink
Increase api timeout to avoid failed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrebroch committed Feb 6, 2023
1 parent b14b66c commit 38a27aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/elvia/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def api_wrapper(
)

try:
async with async_timeout.timeout(10):
async with async_timeout.timeout(20):
response = await self._session.request(
method=method,
url=url,
Expand Down

0 comments on commit 38a27aa

Please sign in to comment.