-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
AVA Test fails due to timeout, however, exit code 0 is returned #3098
Labels
Comments
There is a similar error, not sure if the issue is the same. Configuration:
Setting |
Looks like the exit code is only Lines 129 to 130 in ea597d8
|
novemberborn
added a commit
that referenced
this issue
Sep 4, 2022
This ensures AVA exits with code 1 if any timeout occurs, even if there were no pending tests. Fixes #3098.
novemberborn
added a commit
that referenced
this issue
Sep 4, 2022
This ensures AVA exits with code 1 if any timeout occurs, even if there were no pending tests. Fixes #3098.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We sometimes experience that the Github actions to deploy our application fails the test suite, however, it marks it as completed. See:
Should be (same test, just a few minutes earlier):
We run the command:
Using ava version:
^4.3.1
The text was updated successfully, but these errors were encountered: