Ver código fonte

Increased the timeouts

Dorin Paslaru 8 anos atrás
pai
commit
7871881d84
1 arquivos alterados com 4 adições e 2 exclusões
  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
+}