diff --git a/.drone.yml b/.drone.yml index 2cb3bd944..cdd477476 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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