From 090e03fac173af0da961951e3f8e9636e224bd51 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 28 Feb 2024 11:25:19 +0800 Subject: [PATCH] chore: --- deploy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.js b/deploy.js index bcf8a7da4..34520e1c3 100644 --- a/deploy.js +++ b/deploy.js @@ -49,7 +49,7 @@ async function sync() { data: {} }) console.log(`sync success:${pkg}`) - await sleep(10000) + await sleep(100*1000) } } @@ -86,7 +86,7 @@ async function triggerBuild() { async function start() { // await build() console.log("等待60秒") - await sleep(60 * 1000) + await sleep(200 * 1000) await sync() await sleep(60 * 1000) await triggerBuild()