Skip to content

Commit

Permalink
chore(python/sdk): increase default timeout setting to 30 (#7162)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d0da33aa3a401bd65de5f12510f0a55d94135028
  • Loading branch information
ploeber committed Dec 20, 2024
1 parent 24fae4c commit 22690b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyai/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Settings(BaseSettings):
api_key: Optional[str] = None
"The API key to authenticate with"

http_timeout: float = 15.0
http_timeout: float = 30.0
"The default HTTP timeout for general requests"

base_url: str = "https://api.assemblyai.com"
Expand Down

0 comments on commit 22690b5

Please sign in to comment.