Try CircleCI timeout extension again

This commit is contained in:
Jae Kwon 2016-12-06 04:28:05 -08:00
parent e611e97339
commit 3aa06d0851
1 changed files with 2 additions and 2 deletions

View File

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