From 5fb9497edbbc4c126297008814cf55145c41eead Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 1 Jul 2022 11:55:07 +0100 Subject: [PATCH] Hopefully improve Cypress test reliability by increasing the default timeout (#8961) --- cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.json b/cypress.json index 92f7d0f254..66a45fcc79 100644 --- a/cypress.json +++ b/cypress.json @@ -8,5 +8,6 @@ "runMode": 2, "openMode": 0 }, + "defaultCommandTimeout": 10000, "chromeWebSecurity": false }