diff --git a/cypress.config.ts b/cypress.config.ts index 0bcc755f2..5611dfe8e 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ projectId: 'qnb41a', viewportHeight: 800, viewportWidth: 1400, - defaultCommandTimeout: 30000, + defaultCommandTimeout: 60000, e2e: { setupNodeEvents(on, config) {}, baseUrl: 'http://localhost:8080',