Bump timeout on research mode to match normal behaviour

This commit is contained in:
Martyn Inglis
2017-04-05 16:39:46 +01:00
parent c8a26fcd40
commit bce75ae0db

View File

@@ -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: