We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566ef08 commit 480ae08Copy full SHA for 480ae08
scrapegraph-py/scrapegraph_py/async_client.py
@@ -22,7 +22,7 @@ def __init__(
22
self,
23
api_key: str,
24
verify_ssl: bool = True,
25
- timeout: float = 30,
+ timeout: float = 120,
26
max_retries: int = 3,
27
retry_delay: float = 1.0,
28
):
0 commit comments