Skip to content

Commit 46ebd9d

Browse files
committed
fix: add enw timeout
1 parent d737996 commit 46ebd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-py/scrapegraph_py/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
self,
2323
api_key: str,
2424
verify_ssl: bool = True,
25-
timeout: float = 30,
25+
timeout: float = 120,
2626
max_retries: int = 3,
2727
retry_delay: float = 1.0,
2828
):

0 commit comments

Comments
 (0)