summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/sleep-without-timeout.js
blob: c912b18792a9d25496863d93cb79feb8758f48a7 (plain)
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);