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

Feature: Add Flags maxConcurrentTests (and version) to allow for concurrent test execution. #9

Merged
merged 6 commits into from
Feb 23, 2024

Conversation

qu0b
Copy link
Contributor

@qu0b qu0b commented Feb 23, 2024

This PR adds the possibility to configure the amount of tests that can run concurrently. It adds a semaphore to limit the number of concurrent tests that can be executed to the value provided by the maxConcurrentTests flag. By default the maxConcurrentTests flag is set to 1, which means tests are executed sequentially.

@pk910 pk910 merged commit 84cd6dc into ethpandaops:master Feb 23, 2024
4 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.

2 participants