Ver código fonte

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

version-14
Shivam Mishra 5 anos atrás
pai
commit
53855cad1d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      cypress.json

+ 1
- 1
cypress.json Ver arquivo

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

Carregando…
Cancelar
Salvar