Selaa lähdekoodia

fix (cypress): set default command timeout to 20 seconds

version-14
Shivam Mishra 5 vuotta sitten
vanhempi
commit
53855cad1d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      cypress.json

+ 1
- 1
cypress.json Näytä tiedosto

@@ -2,6 +2,6 @@
"baseUrl": "http://test_site_ui:8000", "baseUrl": "http://test_site_ui:8000",
"projectId": "92odwv", "projectId": "92odwv",
"adminPassword": "admin", "adminPassword": "admin",
"defaultCommandTimeout": 10000,
"defaultCommandTimeout": 20000,
"pageLoadTimeout": 15000 "pageLoadTimeout": 15000
} }

Ladataan…
Peruuta
Tallenna