diff --git a/bin/app-json.py b/bin/app-json.py index 4995e6a8..96a11281 100755 --- a/bin/app-json.py +++ b/bin/app-json.py @@ -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)