From 64826228565d8aff5799ca86c2cde01201efc573 Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Tue, 8 Aug 2023 09:27:44 +0200 Subject: [PATCH] test: revert retries --- apps/trading-e2e/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading-e2e/cypress.config.js b/apps/trading-e2e/cypress.config.js index 96425c567..853f95f92 100644 --- a/apps/trading-e2e/cypress.config.js +++ b/apps/trading-e2e/cypress.config.js @@ -24,7 +24,7 @@ module.exports = defineConfig({ viewportHeight: 900, responseTimeout: 50000, requestTimeout: 20000, - retries: 0, + retries: 1, testIsolation: false, }, env: {