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 5769af2 commit 01557a3Copy full SHA for 01557a3
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