Browse Source

extend defaultCommandTimrout

Yohei-Shiina 3 năm trước cách đây
mục cha
commit
d6464346d7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/app/cypress.json

+ 2 - 1
packages/app/cypress.json

@@ -13,5 +13,6 @@
   "viewportWidth": 1400,
   "viewportHeight": 1024,
 
-  "experimentalSessionSupport": true
+  "experimentalSessionSupport": true,
+  "defaultCommandTimeout": 30000
 }