Skip to content

Commit 690e87b

Browse files
committed
fix: sync client
1 parent c086da9 commit 690e87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-py/scrapegraph_py/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class SyncClient:
2222
def from_env(
2323
cls,
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)