We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e2a1b commit 4d07f22Copy full SHA for 4d07f22
src/unstructured_client/_hooks/custom/split_pdf_hook.py
@@ -275,7 +275,7 @@ def before_request(
275
# Use a variable to adjust the httpx client timeout, or default to 30 minutes
276
# When we're able to reuse the SDK to make these calls, we can remove this var
277
# The SDK timeout will be controlled by parameter
278
- client_timeout_minutes = 30
+ client_timeout_minutes = 60
279
if timeout_var := os.getenv("UNSTRUCTURED_CLIENT_TIMEOUT_MINUTES"):
280
client_timeout_minutes = int(timeout_var)
281
0 commit comments