Quellcode durchsuchen

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

version-14
Shivam Mishra vor 5 Jahren
Ursprung
Commit
53855cad1d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      cypress.json

+ 1
- 1
cypress.json Datei anzeigen

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

Laden…
Abbrechen
Speichern