As of 3.0.16 there is a sleep() function.
A nasty workaraound would be to make a FOR loop
that counts from 0 to insert_value_here.
You'd have to play with the value to find your desired delay.
Even nastier workaround on unix:
Use EXEC() to execute the unix command "sleep 2"