diff --git a/src/helpers/algo.js b/src/helpers/algo.js index 55eadfa..302d8ad 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"); } - }, 30000); + }, 1800000); }; module.exports = algo;