// sleep() should work without timeout() prior to it.

sleep(0.001);
sleep(0.01);
sleep(0.1);
sleep(1);