[fix] increase Kling API polling timeout to prevent user timeouts (#8860)

Extends polling duration from 10 minutes to ~68 minutes (256 attempts × 16 seconds) to accommodate longer Kling API operations that were frequently timing out for users.
This commit is contained in:
Christian Byrne 2025-07-10 15:00:29 -07:00 committed by GitHub
parent b7ff5bd14d
commit 8f05fb48ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,8 @@ def poll_until_finished(
result_url_extractor=result_url_extractor,
estimated_duration=estimated_duration,
node_id=node_id,
poll_interval=16.0,
max_poll_attempts=256,
).execute()