mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
WIP - adding request timeout
This commit is contained in:
@@ -97,7 +97,8 @@ class FiretextClient(SmsClient):
|
||||
response = request(
|
||||
"POST",
|
||||
self.url,
|
||||
data=data
|
||||
data=data,
|
||||
timeout=60
|
||||
)
|
||||
response.raise_for_status()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user