Kaynağa Gözat

Increased the timeouts

Dorin Paslaru 8 yıl önce
ebeveyn
işleme
7871881d84
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  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
+}