diff --git a/cypress.json b/cypress.json
index eaf20811489fa4bc0a026afa591cbc924a1303b0..84e9818178e5d0e58fa8c35b3665d0394f9759eb 100644
--- a/cypress.json
+++ b/cypress.json
@@ -1,8 +1,9 @@
 {
     "baseUrl": "http://127.0.0.1:3000",
-    "defaultCommandTimeout": 1000,
+    "defaultCommandTimeout": 2000,
     "chromeWebSecurity": false,
     "viewportWidth": 1920,
     "viewportHeight": 1080,
-    "video": false
+    "video": false,
+    "screenshotOnRunFailure": false
 }