diff --git a/src/common/endoflife.py b/src/common/endoflife.py index 87014a1b..1cc61816 100644 --- a/src/common/endoflife.py +++ b/src/common/endoflife.py @@ -31,7 +31,7 @@ def list_products(method, products_filter=None, pathname="website/products"): return products_with_method -def fetch_url(url, retry_count=2, timeout=5, data=None, headers=None, encoding='utf-8'): +def fetch_url(url, retry_count=5, timeout=10, data=None, headers=None, encoding='utf-8'): last_exception = None headers = {'User-Agent': USER_AGENT} | {} if headers is None else headers