From 3807fb81f0de05462ba41eb6e325851c10bf5f47 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 9 Feb 2021 18:19:43 +0100 Subject: [PATCH] feat(e2e): enable cypress retries (#41013) --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index c8fbb01f19..757d461ec4 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { "projectId": "ke77ns", - "baseUrl": "http://localhost:8000" + "baseUrl": "http://localhost:8000", + "retries": 2 }