From 89e9632a34a18ebbf9e3f944a8cd0867a8bf63ef Mon Sep 17 00:00:00 2001 From: Taishi Matsumoto Date: Wed, 10 Feb 2021 22:02:26 +0900 Subject: [PATCH] Increase golint timeout 1m -> 2m (#8469) * Increase golint timeout 1m -> 2m Signed-off-by: w1mvy --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0d2428773..d67245637 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,8 @@ TSDB_BENCHMARK_NUM_METRICS ?= 1000 TSDB_BENCHMARK_DATASET ?= ./tsdb/testdata/20kseries.json TSDB_BENCHMARK_OUTPUT_DIR ?= ./benchout +GOLANGCI_LINT_OPTS ?= --timeout 2m + include Makefile.common DOCKER_IMAGE_NAME ?= prometheus