Skip to content

Instantly share code, notes, and snippets.

@acidsound
Created October 4, 2012 10:59
Show Gist options
  • Save acidsound/3832955 to your computer and use it in GitHub Desktop.
Save acidsound/3832955 to your computer and use it in GitHub Desktop.
javascript sleep for test
(function(s) {for (var t=Date.now();Date.now()<t+s;);})(2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment