Skip to content

Commit

Permalink
Changed time back to 30 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
paarthibank authored and Mansibisen committed Feb 11, 2021
1 parent 5481a10 commit ebbd2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/algo.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ const algo = async () => {
clearInterval(algorithm);
console.log("All missions assigned to all teams");
}
}, 30000);
}, 1800000);
};
module.exports = algo;

0 comments on commit ebbd2b7

Please sign in to comment.