diff --git a/cypress.json b/cypress.json
index 542f48538fb4b71b717e96109488e444e5c61c5b..44964024078a78571666740a915b8224e2a7f55b 100644
--- a/cypress.json
+++ b/cypress.json
@@ -1,4 +1,5 @@
 {
   "baseUrl": "http://localhost:4000",
-  "nodeVersion": "system"
+  "nodeVersion": "system",
+  "defaultCommandTimeout": 8000
 }