diff --git a/src/helpers/algo.js b/src/helpers/algo.js index 302d8ad..55eadfa 100644 --- a/src/helpers/algo.js +++ b/src/helpers/algo.js @@ -140,6 +140,6 @@ const algo = async () => { clearInterval(algorithm); console.log("All missions assigned to all teams"); } - }, 1800000); + }, 30000); }; module.exports = algo;