From 02203c4cc3d47eb0bf5343a0cb63d430c592d374 Mon Sep 17 00:00:00 2001 From: Zeckie <49095968+Zeckie@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:57:11 +1000 Subject: [PATCH] Increase request timeout to 30 seconds --- safety/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'