Upped timeout

This commit is contained in:
Terry Cain 2017-10-25 00:07:27 +01:00
parent 5b0e463554
commit d935e0995f
No known key found for this signature in database
GPG Key ID: 14D90844E4E9B9F3

View File

@ -24,7 +24,7 @@ while True:
break break
except EXCEPTIONS: except EXCEPTIONS:
elapsed_s = time.time() - start_ts elapsed_s = time.time() - start_ts
if elapsed_s > 30: if elapsed_s > 60:
raise raise
print('.') print('.')