diff --git a/cypress.config.ts b/cypress.config.ts index 97c46c0f5f7492..f46838aa1705cc 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { - defaultCommandTimeout: 3000, + defaultCommandTimeout: 30000, experimentalSourceRewriting: true, supportFile: './cypress/support/e2e.ts', setupNodeEvents(on, config) {