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 bc5c6ae commit 589aa49Copy full SHA for 589aa49
scrapegraph-py/scrapegraph_py/client.py
@@ -50,7 +50,7 @@ def __init__(
50
self,
51
api_key: str,
52
verify_ssl: bool = True,
53
- timeout: float = 30,
+ timeout: float = 120,
54
max_retries: int = 3,
55
retry_delay: float = 1.0,
56
):
0 commit comments