-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
The concurrency limit is passed when a timeout occurs and the browser restarts #2280
The concurrency limit is passed when a timeout occurs and the browser restarts #2280
Comments
The issue occurs on a travis-saucelabs setup and I can't seem reproduce the issue locally. I'll give it another try tomorrow. |
I found the bug that is causing this behavior. Conclusion: |
Expected behavior
With a concurrency limit specified the concurrently run browsers should be limited to that value.
Actual behavior
When a browser passes one of the timeouts specified in the configuration below, that browser restarts. The next browser is also allowed to start, setting the amount of concurrent browsers to 2. Even though the concurrency limit is set to 1.
Environment Details
Karma 1.1.1
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: