Created
June 17, 2017 20:35
-
-
Save leblancmeneses/1ddc46271191cffea1db9a46b85aaade to your computer and use it in GitHub Desktop.
force a delay in async method
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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