diff --git a/backend/internal/provider/grok/video.go b/backend/internal/provider/grok/video.go index f24679e..73e8550 100644 --- a/backend/internal/provider/grok/video.go +++ b/backend/internal/provider/grok/video.go @@ -71,7 +71,7 @@ func (c *Client) GenerateVideo(ctx context.Context, token, prompt, aspectRatio, // after only the conversation object — no progress events, no videoUrl. This // is transient, so retry the whole create-post + stream a few times before // giving up. Real out-of-credits / auth errors are returned immediately. - const maxAttempts = 3 + const maxAttempts = 5 var ( postID string artifact string