Netlify-plugin-cypress

Hi,

I’m running into issues with the netlify-plugin-cypress plugin while deploying my Hugo app, details below:

Site - deft-rugelach-29f119

Any ideas how to fix this one?

found towards the end of the deployment run

Turning up the debug logs some more, it looks like the deployment is consistently taking around 8s (double the configured timeouts of 4s) to complete. Is there any way I can increase this timeout myself? Everything I’ve tried in the docs (netlify, cypress, random websites, etc) doesn’t work…

I was finally able to figure this one out. It was due to a change in my site theme and the cypress tests (cypress/e2e/basic.cy.js) not being updated to reflect these changes