X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=base_presence.py;h=5984b416558d8959bb2bc8859bd32de9ad5dc95b;hb=e11d9b0958b2874bd67360552e9214d965fe0d12;hp=f996d548cc354d65f8a0e5d94c6a3b0e6486d89a;hpb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;p=python_utils.git 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 scott@meerkat.cabin '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: