chore(api-nodes): increase default timeout for partner API node tasks (#13663)

Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
This commit is contained in:
Alexander Piskun
2026-05-01 22:48:41 +03:00
committed by GitHub
parent 10b45a71cd
commit cf758bd256
9 changed files with 3 additions and 21 deletions

View File

@@ -818,7 +818,6 @@ class WanReferenceVideoApi(IO.ComfyNode):
response_model=VideoTaskStatusResponse,
status_extractor=lambda x: x.output.task_status,
poll_interval=6,
max_poll_attempts=280,
)
return IO.NodeOutput(await download_url_to_video_output(response.output.video_url))