Hello @Sathyaraj,
With the match tick rate and the current tick within the match loop you can calculate elapsed time and with it introduce some delay by idling the loop for some amount of ticks.
You can see a few examples in the project template where this is used to allow a player to re-connect or to introduce a time limit for each move.
Hope this helps.