Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leblancmeneses/1ddc46271191cffea1db9a46b85aaade to your computer and use it in GitHub Desktop.
Save leblancmeneses/1ddc46271191cffea1db9a46b85aaade to your computer and use it in GitHub Desktop.
force a delay in async method
await new Promise(resolve => setTimeout(resolve, 100000));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment