Skip to content

Commit 129f68e

Browse files
authored
Merge pull request #483 from bmidgley/brad/longer-timeout
Extend timeout for slow devices like pi zero
2 parents 7006932 + 281ff78 commit 129f68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/mesh_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def getShortName(self):
591591
return user.get("shortName", None)
592592
return None
593593

594-
def _waitConnected(self, timeout=15.0):
594+
def _waitConnected(self, timeout=30.0):
595595
"""Block until the initial node db download is complete, or timeout
596596
and raise an exception"""
597597
if not self.noProto:

0 commit comments

Comments
 (0)