diff --git a/index.js b/index.js index 8bd4677..1ca658f 100644 --- a/index.js +++ b/index.js @@ -305,7 +305,7 @@ async function start() { while (true) { await runMultiasistencia(); console.log("💤 Durmiendo 15 minutos..."); - await new Promise(r => setTimeout(r, 15 * 60 * 1000)); + await new Promise(r => setTimeout(r, 10 * 60 * 1000)); } }