Upped timeout
This commit is contained in:
parent
5b0e463554
commit
d935e0995f
@ -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('.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user