From e611e97339d44d5f88a14e0ce6f4383e716f164e Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Tue, 6 Dec 2016 04:25:31 -0800 Subject: [PATCH] Try to extend CircleCI timeout --- circle.yml | 1 + 1 file changed, 1 insertion(+) 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)"