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

Extend timeout for slow devices like pi zero
This commit is contained in:
Ben Meadors authored and GitHub committed 2024-01-28 07:51:46 -06:00
commit 129f68ec14
1 file changed
+1 -1
+1 -1
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: