diff --git a/unframer/src/cli.tsx b/unframer/src/cli.tsx index b9034ef..03b5def 100644 --- a/unframer/src/cli.tsx +++ b/unframer/src/cli.tsx @@ -123,7 +123,7 @@ cli.command('[projectId]', 'Run unframer with optional project ID') lastEtag = etag } - await sleep(1000 * 1) + await sleep(1000 * 2) } }