From e22906afa48f4049d99bbcb5944aa71728f4f3bc Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 30 Dec 2024 15:10:14 +0000 Subject: [PATCH] fix: up the timeout time of cypress --- cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 701bbf7..06d91b6 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -6,8 +6,8 @@ module.exports = defineConfig({ baseUrl: 'http://localhost:1337', specPattern: '**/*.cy.{js,ts,jsx,tsx}', video: false, - defaultCommandTimeout: 10000, - requestTimeout: 10000, + defaultCommandTimeout: 20000, + requestTimeout: 20000, setupNodeEvents(on, config) { // implement node event listeners here. // eslint-disable-next-line global-require