sleep - Suspend execution for an interval
sleep time
Sleep suspends execution for time seconds. It is used to execute a command after a certain amount of time as in:
sleep 105; command
Non-root processes cannot suspend execution for more than 600 seconds (ten minutes).