Extend timeout for slow devices like pi zero

This commit is contained in:
Brad Midgley committed 2024-01-28 06:35:15 -07:00
1 parent 70069323fc
commit 281ff788f3
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: