From 33e6a76dbd98be509bbc4ea66274b694cdfcdfd1 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 6 Dec 2022 17:05:26 +0100 Subject: [PATCH] test: increase cypress default command timeout --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', {