Try to extend CircleCI timeout

This commit is contained in:
Jae Kwon 2016-12-06 04:25:31 -08:00
parent 3000c8b349
commit e611e97339
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ dependencies:
test:
override:
- "cd $REPO && make test_integrations"
timeout: 1200
post:
- "cd $REPO && bash <(curl -s https://codecov.io/bash)"