From 83cf8ed165ff3ee1cd252ce508ad7f3383c7c92a Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 30 Dec 2024 19:59:39 +0000 Subject: [PATCH] fix: up the cypress timeout time --- cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 15fc2ae..995b777 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: true, - defaultCommandTimeout: 20000, - requestTimeout: 20000, + defaultCommandTimeout: 30000, + requestTimeout: 30000, setupNodeEvents(on, config) { // implement node event listeners here. // eslint-disable-next-line global-require