Increase golint timeout 1m -> 2m (#8469)

* Increase golint timeout 1m -> 2m

Signed-off-by: w1mvy <w1mvypine@gmail.com>
pull/8237/head
Taishi Matsumoto 5 years ago committed by GitHub
parent 6bc6780533
commit 89e9632a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save