Skip to content
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

fix(test): exit mocha #1107

Merged
merged 1 commit into from
Nov 24, 2022
Merged

fix(test): exit mocha #1107

merged 1 commit into from
Nov 24, 2022

Conversation

lidel
Copy link
Member

@lidel lidel commented Nov 24, 2022

This PR fixes mocha hangs.

Without this, tests sometimes hang due to racy tests or missing orchestration cleanup.
npm test should finish <3s, then c8 takes a few additional seconds, but sometimes it hangs forever and leads to timeout:

Seems that without this it sometimes hangs due to racy tests
or missing orchestration cleanup.
@lidel lidel requested a review from whizzzkid November 24, 2022 14:00
@lidel lidel requested review from meandavejustice and a team as code owners November 24, 2022 14:00
@lidel lidel changed the title fix: exit mocha fix(test): exit mocha Nov 24, 2022
@lidel lidel merged commit 7d69cba into main Nov 24, 2022
@lidel lidel deleted the fix/exit-mocha branch November 24, 2022 14:03
@lidel lidel mentioned this pull request Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant