increase timeout timespan

This commit is contained in:
Florian Förster 2025-04-09 09:27:23 +02:00
parent a0d189ac9f
commit dc848fd840

View File

@ -40,7 +40,7 @@ class KnownDelBarApiErrorCodes(enum.Enum):
# ** API
API_CON_TIMEOUT: Final[float] = 1.0 # secs to response
API_CON_TIMEOUT: Final[float] = 5.0 # secs to response
# ** API response parsing
# ** column mapping [API-Response --> Target-Features]
COL_MAP_SALES_PROGNOSIS: Final[DualDict[str, str]] = DualDict(