feat: bluesky more timer, job state failed

This commit is contained in:
Nevo David 2025-08-13 14:23:40 +07:00
parent a3047d1855
commit 0df9fd392e
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ async function uploadVideo(
'Could not upload video, job failed'
);
}
// wait a second
await new Promise((resolve) => setTimeout(resolve, 1000));
await timer(30000);
}
console.log('posting video...');