Pārlūkot izejas kodu

Increased the timeouts

Dorin Paslaru 8 gadi atpakaļ
vecāks
revīzija
7871881d84
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  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
+}