Explorar el Código

Increased the timeouts

Dorin Paslaru hace 8 años
padre
commit
7871881d84
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      cypress.json

+ 4 - 2
cypress.json

@@ -7,5 +7,7 @@
   "supportFile": false,
   "videosFolder": "private/cypress/videos",
   "viewportWidth": 1280,
-  "viewportHeight": 660
-}
+  "viewportHeight": 660,
+  "defaultCommandTimeout":	7000,
+  "execTimeout": 90000
+}