From 3aa06d08518e3b44dcd153ecbc0c686ae2eb291f Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Tue, 6 Dec 2016 04:28:05 -0800 Subject: [PATCH] Try CircleCI timeout extension again --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 9656c3c9..671ea14c 100644 --- a/circle.yml +++ b/circle.yml @@ -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)"