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

Fix: Update staggered start delay thread.js #172

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

hatseh
Copy link
Contributor

@hatseh hatseh commented Sep 4, 2023

We are using Cypress-parallel to run our tests in 6 parallel threads inside a docker image cypress/included 12.14.

But we are facing a random issues (roughly 2/10 runs) where the second thread's command is triggered but doesn't execute any tests, meaning cypress is not even opened.

This seems to be similar to issue #122, but the difference is that the run is not even started.
Delaying the staggered threads a bit more seems to solve the issue.

We are facing random issues (roughly 2/10 runs) where the second thread's command is triggered but doesn't execute any tests.
@hatseh hatseh changed the title Update staggered start delay thread.js Fix: Update staggered start delay thread.js Sep 4, 2023
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