diff --git a/safety/constants.py b/safety/constants.py index 9154a05a..9b250c91 100644 --- a/safety/constants.py +++ b/safety/constants.py @@ -98,7 +98,7 @@ def get_config_setting(name: str) -> Optional[str]: DATA_API_BASE_URL ] -REQUEST_TIMEOUT = 5 +REQUEST_TIMEOUT = 30 # Colors YELLOW = 'yellow'