Skip to content

Commit

Permalink
longer sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Jan 19, 2025
1 parent bc218db commit 6efdb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unframer/src/cli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cli.command('[projectId]', 'Run unframer with optional project ID')
lastEtag = etag
}

await sleep(1000 * 1)
await sleep(1000 * 2)
}
}

Expand Down

0 comments on commit 6efdb23

Please sign in to comment.