👽️(dimail) increase timeout value for check domain API call
In use a timeout of 20 seconds seems more appropriate
This commit is contained in:
@@ -14,6 +14,7 @@ and this project adheres to
|
||||
|
||||
### Fixed
|
||||
|
||||
- 👽️(dimail) increase timeout value for check domain API call
|
||||
- 🧱(helm) add resource-server ingress path #743
|
||||
- 🌐(backend) synchronize translations with crowdin again
|
||||
|
||||
|
||||
@@ -425,7 +425,7 @@ class DimailAPIClient:
|
||||
f"{self.API_URL}/domains/{domain.name}/check/",
|
||||
headers={"Authorization": f"Basic {self.API_CREDENTIALS}"},
|
||||
verify=True,
|
||||
timeout=10,
|
||||
timeout=20,
|
||||
)
|
||||
except requests.exceptions.ConnectionError as error:
|
||||
logger.error(
|
||||
|
||||
Reference in New Issue
Block a user