Sfoglia il codice sorgente

extend defaultCommandTimrout

Yohei-Shiina 3 anni fa
parent
commit
d6464346d7
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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
 }