pull/101/head
xiaojunnuo 2024-07-19 16:01:55 +08:00
parent 8e19e44f4c
commit a3be0a1618
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ async function sync() {
data: {} data: {}
}) })
console.log(`sync success:${pkg}`) console.log(`sync success:${pkg}`)
await sleep(100*1000) await sleep(60*1000)
} }
} }
@ -89,7 +89,7 @@ async function start() {
console.log("等待60秒") console.log("等待60秒")
await sleep(200 * 1000) await sleep(200 * 1000)
await sync() await sync()
await sleep(60 * 1000) await sleep(100 * 1000)
await triggerBuild() await triggerBuild()
} }