diff --git a/tests/cypress.config.js b/tests/cypress.config.js index b4d301b..d167cc0 100644 --- a/tests/cypress.config.js +++ b/tests/cypress.config.js @@ -10,7 +10,9 @@ module.exports = defineConfig({ return require('./cypress/plugins/index.js')(on, config) }, baseUrl: 'http://localhost:8000', - defaultCommandTimeout: 6000 + defaultCommandTimeout: 6000, + // default pageLoadTimeout is 60000ms + pageLoadTimeout: 120000, }, retries: { runMode: 2,