Skip to content

Commit 22690b5

Browse files
committed
chore(python/sdk): increase default timeout setting to 30 (#7162)
GitOrigin-RevId: d0da33aa3a401bd65de5f12510f0a55d94135028
1 parent 24fae4c commit 22690b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assemblyai/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Settings(BaseSettings):
7777
api_key: Optional[str] = None
7878
"The API key to authenticate with"
7979

80-
http_timeout: float = 15.0
80+
http_timeout: float = 30.0
8181
"The default HTTP timeout for general requests"
8282

8383
base_url: str = "https://api.assemblyai.com"

0 commit comments

Comments
 (0)