Pause for a specified number of seconds
sleep (Double_Type n)
The sleep function delays the current process for the specified number of seconds. If it is interrupted by a signal, it will return prematurely.
Not all system support sleeping for a fractional part of a second.