diff --git a/update-loop.js b/update-loop.js index 953dc82c252dd6..99f4518e3e3fac 100644 --- a/update-loop.js +++ b/update-loop.js @@ -15,7 +15,7 @@ function run () { process.on('exit', async () => { if (invoked) return; invoked = true; - await sleep(1000); + await sleep(10000); run(); }); }