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

"Cypress verification timed out." error on mac M2 #27

Closed
louis-cuny opened this issue Jun 1, 2023 · 4 comments
Closed

"Cypress verification timed out." error on mac M2 #27

louis-cuny opened this issue Jun 1, 2023 · 4 comments

Comments

@louis-cuny
Copy link

louis-cuny commented Jun 1, 2023

Thank you for your reactivity on last issue.
I could install cypress with last project tag.

But when I run ddev cypress-open, I got following error:

Cypress verification timed out.

This command failed with the following output:

/root/.cache/Cypress/12.6.0/Cypress/Cypress --no-sandbox --smoke-test --ping=567

Command timed out after 30000 milliseconds: /root/.cache/Cypress/12.6.0/Cypress/Cypress --no-sandbox --smoke-test --ping=567
Timed out

Platform: linux-arm64 (Debian - 11.6)
Cypress Version: 12.6.0
Failed to run cypress-open -C tests: exit status 1

@louis-cuny
Copy link
Author

ddev status should show more informations ?
image

@tyler36
Copy link
Owner

tyler36 commented Jun 4, 2023

Cypress shows exactly the same thing for me.

ddev-cypress

@tyler36
Copy link
Owner

tyler36 commented Jun 4, 2023

You could try changing some of the configuration settings, or cleaering the cache.

https://docs.cypress.io/api/cypress-api/config#Syntax

@louis-cuny
Copy link
Author

Thanks, I found out cypress browsers are not ready for arm64 processors
cypress-io/cypress-docker-images#695

I can avoid the problem using rosetta

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

No branches or pull requests

2 participants