From 2dda65ba6451e1979918b0281059193a033d6dd8 Mon Sep 17 00:00:00 2001 From: mfrances Date: Wed, 9 Jun 2021 09:24:03 -0400 Subject: [PATCH] change default command timeout to 10 sec --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 1b8a8c9c57..e1e23a3e0a 100644 --- a/cypress.json +++ b/cypress.json @@ -8,5 +8,6 @@ "retries": { "runMode": 2, "openMode": 0 - } + }, + "defaultCommandTimeout": 10000 }