Skip to content

Testing significantly slows down with more tests #310

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

Open
jasoncouture opened this issue Jan 4, 2023 · 1 comment
Open

Testing significantly slows down with more tests #310

jasoncouture opened this issue Jan 4, 2023 · 1 comment

Comments

@jasoncouture
Copy link
Contributor

In order to reduce the impact of added tests in the same file, this PR limits the number of tests run in parallel to 4.

Without changes on the current main commit, this was the effective limit, as there were not VM tests that had more than 4 tests. But in #307 many more tests were added.

Limiting concurrent test runs to 4 should help alleviate the added time, especially for windows.

@phil-opp
Copy link
Member

phil-opp commented Jan 5, 2023

See #309 (comment)

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 a pull request may close this issue.

2 participants