summaryrefslogtreecommitdiff
path: root/base_presence.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-04-02 10:50:55 -0700
committerScott Gasch <[email protected]>2022-04-02 10:50:55 -0700
commite5d6a97b519e8d074237e93586ba4f7be21e57ce (patch)
tree17409be658abf95bdbd8abf65e086a052a8f0334 /base_presence.py
parent01762dc93591fda9cd179ee6faa32145790800b4 (diff)
Minor changes; make model trainer show results for all models, etc...
Diffstat (limited to 'base_presence.py')
-rwxr-xr-xbase_presence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base_presence.py b/base_presence.py
index f996d54..5984b41 100755
--- a/base_presence.py
+++ b/base_presence.py
@@ -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: