diff --git a/cypress.config.ts b/cypress.config.ts index 779214604..69b4ba01b 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -16,6 +16,9 @@ export default defineConfig({ openMode: 0, }, + // Mitigate version tests issues + requestTimeout: 20000, + // Needed to trigger `after:run` events with cypress open experimentalInteractiveRunEvents: true,