chore: change cypress default command timeout in drone.yml

This commit is contained in:
Dominik Pschenitschni 2021-10-03 18:32:07 +02:00
parent 66648be6d5
commit cc20f1a7ff
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ steps:
CYPRESS_TEST_SECRET: averyLongSecretToSe33dtheDB
YARN_CACHE_FOLDER: .cache/yarn/
CYPRESS_CACHE_FOLDER: .cache/cypress/
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 20000
commands:
- sed -i 's/localhost/api/g' dist-dev/index.html
- yarn serve:dist-dev & npx wait-on http://localhost:5000