diff --git a/hyperglass/configuration/models/general.py b/hyperglass/configuration/models/general.py index ace686f..a688b5c 100644 --- a/hyperglass/configuration/models/general.py +++ b/hyperglass/configuration/models/general.py @@ -24,4 +24,4 @@ class General(BaseSettings): redis_host: Union[str, IPvAnyNetwork] = "localhost" redis_port: int = 6379 requires_ipv6_cidr: List[str] = ["cisco_ios", "cisco_nxos"] - request_timeout: int = 15 + request_timeout: int = 30