From ebbd2b712b16946555d47c0522729cb07474bdfc Mon Sep 17 00:00:00 2001 From: paarthibank <63107117+paarthibank@users.noreply.github.com> Date: Wed, 3 Feb 2021 12:33:30 +0530 Subject: [PATCH] Changed time back to 30 mins --- src/helpers/algo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;