Merge pull request #483 from bmidgley/brad/longer-timeout

Extend timeout for slow devices like pi zero
This commit is contained in:
Ben Meadors
2024-01-28 07:51:46 -06:00
committed by GitHub

View File

@@ -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: