bump connector timeout from 30 to 45

This commit is contained in:
burnettk 2023-06-09 17:13:20 -04:00
parent 5eff6d4ead
commit ac29b7d1b7

View File

@ -10,7 +10,7 @@ from werkzeug.utils import ImportStringError
from spiffworkflow_backend.services.logging_service import setup_logger
HTTP_REQUEST_TIMEOUT_SECONDS = 15
CONNECTOR_PROXY_COMMAND_TIMEOUT = 30
CONNECTOR_PROXY_COMMAND_TIMEOUT = 45
class ConfigurationError(Exception):