浏览代码

Increased the timeouts

Dorin Paslaru 8 年之前
父节点
当前提交
7871881d84
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      cypress.json

+ 4 - 2
cypress.json

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