From a6ff17099f5787d5c622b6bb195a059fdc739500 Mon Sep 17 00:00:00 2001 From: Gabriel Burnworth Date: Mon, 26 Aug 2019 13:34:35 -0700 Subject: [PATCH] increase ci timeout --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index af92d925a..63ee7bae3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,7 @@ jobs: sudo docker-compose run web npm run test-slow echo 'export COVERAGE_AVAILABLE=true' >> $BASH_ENV sudo docker-compose run -e CIRCLE_SHA1="$CIRCLE_SHA1" -e CIRCLE_BRANCH="$CIRCLE_BRANCH" -e CIRCLE_PULL_REQUEST="$CIRCLE_PULL_REQUEST" web rake coverage:run + no_output_timeout: 20m - run: name: Report coverage to Coveralls command: |