Skip to content

Commit 208f3a2

Browse files
authored
Increase time-out (#151)
1 parent 0a28f28 commit 208f3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/sagemcom_fast/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(
4949
async def _async_update_data(self) -> dict[str, Device]:
5050
"""Update hosts data."""
5151
try:
52-
async with async_timeout.timeout(10):
52+
async with async_timeout.timeout(25):
5353
try:
5454
await self.client.login()
5555
await asyncio.sleep(1)

0 commit comments

Comments
 (0)