diff --git a/tests/cypress.config.js b/tests/cypress.config.js index b4d301b..2588f05 100644 --- a/tests/cypress.config.js +++ b/tests/cypress.config.js @@ -10,7 +10,7 @@ module.exports = defineConfig({ return require('./cypress/plugins/index.js')(on, config) }, baseUrl: 'http://localhost:8000', - defaultCommandTimeout: 6000 + defaultCommandTimeout: 10000 }, retries: { runMode: 2,