From 93b60482639ae0d874985bfe4a2e2e66068ffa51 Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Thu, 10 Jan 2019 16:12:54 -0600 Subject: [PATCH] add verbose flag to circle ci race test to help debug timeout --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08b615b3b..a27e34be1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ jobs: - *fast-checkout - run: sudo apt-get install lsof - run: - command: make test TESTFLAGS="-race -timeout=30m" + command: make test TESTFLAGS="-race -v -timeout=30m" no_output_timeout: 30m test-golang-1.11-386: <<: *base-test