Browse Source

Try CircleCI timeout extension again

pull/317/merge
Jae Kwon 8 years ago
parent
commit
3aa06d0851
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      circle.yml

+ 2
- 2
circle.yml 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)"


Loading…
Cancel
Save