diff --git a/src/asktable/_constants.py b/src/asktable/_constants.py index c3f2250a..7f806dde 100644 --- a/src/asktable/_constants.py +++ b/src/asktable/_constants.py @@ -6,7 +6,7 @@ OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to" # default timeout is 5 minutes -DEFAULT_TIMEOUT = httpx.Timeout(timeout=300.0, connect=5.0) +DEFAULT_TIMEOUT = httpx.Timeout(timeout=300, connect=5.0) DEFAULT_MAX_RETRIES = 2 DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=100, max_keepalive_connections=20)