Increase cypress command timeout

This commit is contained in:
kolaente 2021-07-17 22:37:26 +02:00
parent c1d8626fed
commit 1f946aa47d
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ 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: