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 eb879c5 commit 8fee46fCopy full SHA for 8fee46f
scrapegraph-py/scrapegraph_py/client.py
@@ -22,7 +22,7 @@ class SyncClient:
22
def from_env(
23
cls,
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