mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 09:12:06 -05:00
Bump timeout on research mode to match normal behaviour
This commit is contained in:
@@ -56,7 +56,7 @@ def make_request(notification_type, provider, data, headers):
|
||||
api_call,
|
||||
headers=headers,
|
||||
data=data,
|
||||
timeout=5
|
||||
timeout=60
|
||||
)
|
||||
response.raise_for_status()
|
||||
except RequestException as e:
|
||||
|
||||
Reference in New Issue
Block a user