Default request timeout: one hour. (#116)

This commit is contained in:
Robin Huang 2025-05-03 14:59:49 -07:00 committed by GitHub
parent b9c03f6d4f
commit 8295d758a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@ class ApiClient:
self,
base_url: str,
api_key: Optional[str] = None,
timeout: float = 30.0,
timeout: float = 3600.0,
verify_ssl: bool = True,
):
self.base_url = base_url