Drop timeout value
This commit is contained in:
parent
be5383b164
commit
25090a8129
@ -62,7 +62,7 @@ def clone_all_apps():
|
||||
log.info(f"Retrieving {url}")
|
||||
|
||||
try:
|
||||
response = get(url, timeout=30)
|
||||
response = get(url, timeout=10)
|
||||
except Exception as exception:
|
||||
log.error(f"Failed to retrieve {url}, saw {str(exception)}")
|
||||
exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user