increase ci timeout

pull/1395/head
Gabriel Burnworth 2019-08-26 13:34:35 -07:00 committed by GitHub
parent 3a20d17eaf
commit a6ff17099f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: |