diff --git a/.circleci/config.yml b/.circleci/config.yml index a90fdcaa..4f134369 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,4 +35,7 @@ jobs: key: v1.1-dependencies-{{ checksum "package.json" }} # run tests! - - run: cd scripts && ./ci.sh + - run: + name: end-to-end + command: cd scripts && ./ci.sh + no_output_timeout: 30m