Increase timeout for connections to API

This commit is contained in:
Joshua Boniface 2023-03-14 09:19:13 -04:00
parent 2c3a3cdf52
commit 74c4ce3ec7
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ def call_api(
data=None,
files=None,
):
# Set the connect timeout to 1 seconds but extremely long (48 hour) data timeout
timeout = (1.05, 172800)
# Set the connect timeout to 2 seconds but extremely long (48 hour) data timeout
timeout = (2.05, 172800)
# Craft the URI
uri = "{}://{}{}{}".format(