From c4de0dd16650f3af2dc5837d20f2d9ae61ef3182 Mon Sep 17 00:00:00 2001 From: Syed-Vtex Date: Mon, 7 Nov 2022 21:12:07 +0530 Subject: [PATCH] Set hardRetries to 2 --- cy-runner.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cy-runner.yml b/cy-runner.yml index 2c17a069..2306caf7 100644 --- a/cy-runner.yml +++ b/cy-runner.yml @@ -69,7 +69,7 @@ strategy: basictest: enabled: true sendDashboard: true - hardTries: 1 + hardTries: 2 stopOnFail: false parallel: true specs: @@ -80,7 +80,7 @@ strategy: LayoutSettingsEnabledAndCheckoutScenarios: enabled: true sendDashboard: true - hardTries: 1 + hardTries: 2 stopOnFail: false parallel: true specs: @@ -93,7 +93,7 @@ strategy: LayoutSettingsDisabled: enabled: true sendDashboard: true - hardTries: 1 + hardTries: 2 stopOnFail: false parallel: false specs: