From e3ee054d1562af69d1c26bbb850f002f029dea4d Mon Sep 17 00:00:00 2001 From: MadameSheema Date: Tue, 29 Sep 2020 08:58:20 +0200 Subject: [PATCH] adds retryability feature (#78611) --- x-pack/plugins/security_solution/cypress/cypress.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/plugins/security_solution/cypress/cypress.json b/x-pack/plugins/security_solution/cypress/cypress.json index b097b0432e75d..173514565c8bb 100644 --- a/x-pack/plugins/security_solution/cypress/cypress.json +++ b/x-pack/plugins/security_solution/cypress/cypress.json @@ -1,6 +1,9 @@ { "baseUrl": "http://localhost:5601", "defaultCommandTimeout": 120000, + "retries": { + "runMode": 2 + }, "screenshotsFolder": "../../../target/kibana-security-solution/cypress/screenshots", "trashAssetsBeforeRuns": false, "video": false,