diff --git a/src/commands/image.ts b/src/commands/image.ts index 7d93a65..3f068a7 100644 --- a/src/commands/image.ts +++ b/src/commands/image.ts @@ -78,7 +78,7 @@ export async function execute( */ async function pollPredictionStatus( predictionId: string, - maxAttempts = 5, + maxAttempts = 20, interval = 2000 ): Promise { for (let attempt = 0; attempt < maxAttempts; attempt++) {