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

Split test files #63

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Split test files #63

merged 1 commit into from
Sep 5, 2024

Conversation

ehmicky
Copy link
Collaborator

@ehmicky ehmicky commented Sep 4, 2024

This PR splits test files into several, to match the organization of the source files.
This does not change the tests logic.

},
"ava": {
"concurrency": 1,
"timeout": "60s"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Taken from Execa. We are spawning hundreds of subprocesses at once, which can lead to timeouts or other issues. This helps prevent randomly failing tests.

@sindresorhus sindresorhus merged commit 58d6a3c into main Sep 5, 2024
12 checks passed
@sindresorhus sindresorhus deleted the split-tests branch September 5, 2024 04:43
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.

2 participants