Skip to content

Commit

Permalink
Increase request timeout to 30 seconds (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeckie authored Jun 10, 2024
1 parent b89ed7e commit 0fc09d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0fc09d3

Please sign in to comment.