diff --git a/circle.yml b/circle.yml index decf14f9e..9656c3c96 100644 --- a/circle.yml +++ b/circle.yml @@ -30,6 +30,7 @@ dependencies: test: override: - "cd $REPO && make test_integrations" + timeout: 1200 post: - "cd $REPO && bash <(curl -s https://codecov.io/bash)"