Increase cypress command timeout

This commit is contained in:
kolaente 2021-07-17 22:38:12 +02:00
parent 1f946aa47d
commit 901aabe976
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ steps:
environment:
YARN_CACHE_FOLDER: .cache/yarn/
CYPRESS_CACHE_FOLDER: .cache/cypress/
CPYRESS_DEFAULT_COMMAND_TIMEOUT: 10000
commands:
- yarn --frozen-lockfile --network-timeout 100000
depends_on:
@ -96,7 +95,7 @@ steps:
CYPRESS_TEST_SECRET: averyLongSecretToSe33dtheDB
YARN_CACHE_FOLDER: .cache/yarn/
CYPRESS_CACHE_FOLDER: .cache/cypress/
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 20000
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
commands:
- sed -i 's/localhost/api/g' public/index.html
- yarn serve & npx wait-on http://localhost:8080