-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tests): async await instead of setTimeout #496
chore(tests): async await instead of setTimeout #496
Conversation
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
CHANGELOG.md
Outdated
@@ -27,13 +27,18 @@ project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
- The `processResources` metric was added, which keeps a track of all sorts of | |||
active resources. It consists of the following gauges: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't add this line, for some reason the commit hook is adding it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably prettier thinking the newline is... prettier 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
added a util/wait function and modified a test to use that instead of setTimeout.
This change is extracted from PR #495