From 9910a4fc7b0b68d1f93f594f20c74ac7f9199e27 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 27 Oct 2023 12:53:07 +0800 Subject: [PATCH] chore: --- deploy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.js b/deploy.js index 2d3d75ec5..bcf8a7da4 100644 --- a/deploy.js +++ b/deploy.js @@ -49,7 +49,7 @@ async function sync() { data: {} }) console.log(`sync success:${pkg}`) - await sleep(1000) + await sleep(10000) } } @@ -65,6 +65,7 @@ async function sleep(time) { } async function triggerBuild() { + await sleep(60000) for (const webhook of webhooks) { await http({ url: webhook,