diff --git a/.circleci/config.yml b/.circleci/config.yml index 76105dd3..3e2863f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,8 +72,8 @@ jobs: curl -v --connect-timeout 4 --max-time 8 http://localhost:3000 - run: working_directory: . - # command: npx cypress run --config defaultCommandTimeout=58000 - command: npx cypress run -b chrome + command: npx cypress run --config defaultCommandTimeout=58000 + # command: npx cypress run -b chrome --config defaultCommandTimeout=58000 no_output_timeout: 2m workflows: browser_build: