Skip to content

Commit

Permalink
more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
frodef committed Aug 7, 2023
1 parent f58eacd commit 62d441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nilan_cts600/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def _async_update_data(self):
This is the place to pre-process the data to lookup tables
so entities can quickly look up their data.
"""
async with async_timeout.timeout(5):
async with async_timeout.timeout(15):
if self._t15_fallback:
await self.setT15 (self._t15_fallback)
self._t15_fallback = None
Expand Down

0 comments on commit 62d441f

Please sign in to comment.