From ed6c2dc6d151c8b4ede15bcec2f14a786fa255fb Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Sun, 16 Mar 2025 13:57:51 +0100 Subject: [PATCH] chore: remove slowTestThreshold from Cypress configuration --- cypress.config.js | 1 - 1 file changed, 1 deletion(-) 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,