Skip to content

Commit 281ff78

Browse files
committed
Extend timeout for slow devices like pi zero
1 parent 7006932 commit 281ff78

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)