larger timeout for ModemManager to find the modem

This commit is contained in:
Pavel Valach 2021-02-02 11:33:39 +01:00
parent 2ddf0a626f
commit fa27b99970
No known key found for this signature in database
GPG key ID: 5B4C9E8526682172

View file

@ -92,7 +92,7 @@ def send_sms(recipients, smsstring):
except:
retries += 1
time.sleep(1)
if retries > 5:
if retries > 15:
raise
# test sending SMS