diff --git a/cypress.config.js b/cypress.config.js index 222d14acb..d9cdbe728 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -44,7 +44,6 @@ 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,