From 2049ce183f90eb13fe985a516478496fc00c008d Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 31 Oct 2023 15:35:27 +0100 Subject: [PATCH] increase cypress default command timeout --- cypress/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index b9862613b..db8308557 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -31,7 +31,7 @@ const { parsed } = dotenv.config({ path: '../backend/.env' }) module.exports = defineConfig({ e2e: { projectId: "qa7fe2", - defaultCommandTimeout: 10000, + defaultCommandTimeout: 60000, pageLoadTimeout:180000, chromeWebSecurity: false, baseUrl: "http://localhost:3000",