mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 16:12:32 -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,
|
api_call,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
data=data,
|
data=data,
|
||||||
timeout=5
|
timeout=60
|
||||||
)
|
)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
except RequestException as e:
|
except RequestException as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user