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 dc95b6a commit 9fdf8c2Copy full SHA for 9fdf8c2
comfy_api_nodes/apis/client.py
@@ -683,7 +683,7 @@ def __init__(
683
auth_token: Optional[str] = None,
684
comfy_api_key: Optional[str] = None,
685
auth_kwargs: Optional[Dict[str, str]] = None,
686
- timeout: float = 604800.0,
+ timeout: float = 7200.0,
687
verify_ssl: bool = True,
688
content_type: str = "application/json",
689
multipart_parser: Callable | None = None,
0 commit comments