Script execution can be temporarily paused using the waitsecs command. The time to wait is specified in seconds.The syntax is
waitsecs <number of seconds>;
An example is
waitsecs 30; #pause script execution for 30 seconds