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 d737996 commit 46ebd9dCopy full SHA for 46ebd9d
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