Parcourir la source

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

version-14
Shivam Mishra il y a 5 ans
Parent
révision
53855cad1d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      cypress.json

+ 1
- 1
cypress.json Voir le fichier

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

Chargement…
Annuler
Enregistrer