diff --git a/cypress.config.js b/cypress.config.js index d9cdbe728..222d14acb 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -44,6 +44,7 @@ export default defineConfig({ supportFile: 'test/cypress/support/index.js', videosFolder: 'test/cypress/videos', downloadsFolder: 'test/cypress/downloads', + slowTestThreshold: 20000, video: false, specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: true,