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

chore: increasing timeout for ava #1003

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

alfonsograziano
Copy link
Contributor

Checklist
  • npm test passes
  • contribution guidelines followed
    here

In 2 cases in the recent builds ava failed due to timeouts. This PR increase the ava timeout to 10 minutes.

This is the issue reported:

153 tests passed
11 tests remained pending after a timeout

Reference to the issues:

I'm not sure if this is a proper solution. As an alternative, we can set the module as flaky.

@sindresorhus @novemberborn I'm tagging you since you are listed as the package maintainers, maybe you have more info about how we can solve the issue :)

Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reasoning for 10 minutes?

@alfonsograziano
Copy link
Contributor Author

Any reasoning for 10 minutes?

the test fails after 4 minutes and 30 mins and there are still some tests that are missing. I'm not sure if 5 mins is enough. Maybe we can monitor the next runs and evaluate how much time it requires on average to finish

Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep 10 minutes for now. However, it might need to be revisited sometime in order to reduce the CITGM time.

@RafaelGSS RafaelGSS merged commit 475b7e7 into nodejs:main Oct 6, 2023
8 checks passed
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.

3 participants