From b095de54b071adcf9a8e26c27f96bafe572cd122 Mon Sep 17 00:00:00 2001 From: ana-oprea Date: Tue, 3 Oct 2023 16:54:23 +0300 Subject: [PATCH] test: increase cypress timeout --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 4846ce9..3fc8919 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,7 +2,7 @@ const { defineConfig } = require('cypress'); module.exports = defineConfig({ viewportWidth: 1280, - defaultCommandTimeout: 5000, + defaultCommandTimeout: 8888, chromeWebSecurity: false, reporter: 'junit', video: true,