From 2c5e5ba812aa589715ff030366a54715e29e0d1c Mon Sep 17 00:00:00 2001 From: formych Date: Sat, 21 Sep 2019 13:15:38 +0800 Subject: [PATCH] fix --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4628f04..80b469c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,6 +25,7 @@ jobs: - run: name: run real test command: bash test/get_test.sh + no_output_timeout: 20m router-mode: docker: - image: circleci/golang:1.13