Skip to content

Commit b00267b

Browse files
committed
fix: Revert "set connect timeout to 5 seconds"
This reverts commit 625535a
1 parent e94b546 commit b00267b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tion_btle/tion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def connection_status(self):
293293
async def _try_connect(self) -> bool:
294294
"""Tries to connect with retries"""
295295
self.set_new_btle_device()
296-
return await self._btle.connect(timeout=5.0)
296+
return await self._btle.connect()
297297

298298
@final
299299
async def _connect(self, need_notifications: bool = True):

0 commit comments

Comments
 (0)