Browse Source

Try to extend CircleCI timeout

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

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


Loading…
Cancel
Save