Browse Source

Increased requestTimeout to 10s

Dorin Paslaru 7 years ago
parent
commit
32b0c10d24
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cypress.json

+ 2 - 1
cypress.json

@@ -10,5 +10,6 @@
   "viewportHeight": 900,
   "viewportHeight": 900,
   "defaultCommandTimeout": 7000,
   "defaultCommandTimeout": 7000,
   "execTimeout": 5000,
   "execTimeout": 5000,
+  "requestTimeout": 10000,
   "responseTimeout": 60000
   "responseTimeout": 60000
-}
+}