diff --git a/cypress.config.js b/cypress.config.js index ca13a1f49..5c566a80f 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -14,5 +14,6 @@ module.exports = defineConfig({ return require('./cypress/plugins/index.js')(on, config) }, baseUrl: 'http://localhost:3000', + defaultCommandTimeout: 60000, }, })