Overhaul quick_labeler part 2: understand what the current model says.
[python_utils.git] / base_presence.py
index f996d548cc354d65f8a0e5d94c6a3b0e6486d89a..5984b416558d8959bb2bc8859bd32de9ad5dc95b 100755 (executable)
@@ -122,7 +122,7 @@ class PresenceDetection(object):
         try:
             raw = cmd(
                 "ssh [email protected] 'cat /home/scott/cron/persisted_mac_addresses.txt'",
-                timeout_seconds=10.0,
+                timeout_seconds=20.0,
             )
             self.parse_raw_macs_file(raw, Location.CABIN)
         except Exception as e: