1 2 3 4 5 6
// sleep() should work without timeout() prior to it. sleep(0.001); sleep(0.01); sleep(0.1); sleep(1);