Skip to content

Commit

Permalink
Increase time-out (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Aug 10, 2024
1 parent 0a28f28 commit 208f3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
async def _async_update_data(self) -> dict[str, Device]:
"""Update hosts data."""
try:
async with async_timeout.timeout(10):
async with async_timeout.timeout(25):
try:
await self.client.login()
await asyncio.sleep(1)
Expand Down

0 comments on commit 208f3a2

Please sign in to comment.