mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-03 10:50:44 +00:00
bump connector timeout from 30 to 45
This commit is contained in:
parent
5eff6d4ead
commit
ac29b7d1b7
@ -10,7 +10,7 @@ from werkzeug.utils import ImportStringError
|
|||||||
from spiffworkflow_backend.services.logging_service import setup_logger
|
from spiffworkflow_backend.services.logging_service import setup_logger
|
||||||
|
|
||||||
HTTP_REQUEST_TIMEOUT_SECONDS = 15
|
HTTP_REQUEST_TIMEOUT_SECONDS = 15
|
||||||
CONNECTOR_PROXY_COMMAND_TIMEOUT = 30
|
CONNECTOR_PROXY_COMMAND_TIMEOUT = 45
|
||||||
|
|
||||||
|
|
||||||
class ConfigurationError(Exception):
|
class ConfigurationError(Exception):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user