diff --git a/cypress.config.ts b/cypress.config.ts index 9d5fb627..00f15f86 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -22,7 +22,7 @@ export default defineConfig({ videosFolder: 'cypress/videos', screenshotsFolder: 'cypress/screenshots', fixturesFolder: 'cypress/fixtures', - defaultCommandTimeout: 10_000, + defaultCommandTimeout: 20_000, specPattern: 'cypress/integration/**/*.spec.ts', /*setupNodeEvents(on, config) { on('task', {