mirror of
https://github.com/meshtastic/python.git
synced 2026-01-02 21:07:55 -05:00
Merge pull request #483 from bmidgley/brad/longer-timeout
Extend timeout for slow devices like pi zero
This commit is contained in:
@@ -591,7 +591,7 @@ class MeshInterface:
|
||||
return user.get("shortName", None)
|
||||
return None
|
||||
|
||||
def _waitConnected(self, timeout=15.0):
|
||||
def _waitConnected(self, timeout=30.0):
|
||||
"""Block until the initial node db download is complete, or timeout
|
||||
and raise an exception"""
|
||||
if not self.noProto:
|
||||
|
||||
Reference in New Issue
Block a user