Increase golint timeout 1m -> 2m (#8469)
* Increase golint timeout 1m -> 2m Signed-off-by: w1mvy <w1mvypine@gmail.com>
This commit is contained in:
parent
6bc6780533
commit
89e9632a34
2
Makefile
2
Makefile
|
@ -26,6 +26,8 @@ TSDB_BENCHMARK_NUM_METRICS ?= 1000
|
||||||
TSDB_BENCHMARK_DATASET ?= ./tsdb/testdata/20kseries.json
|
TSDB_BENCHMARK_DATASET ?= ./tsdb/testdata/20kseries.json
|
||||||
TSDB_BENCHMARK_OUTPUT_DIR ?= ./benchout
|
TSDB_BENCHMARK_OUTPUT_DIR ?= ./benchout
|
||||||
|
|
||||||
|
GOLANGCI_LINT_OPTS ?= --timeout 2m
|
||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
|
|
||||||
DOCKER_IMAGE_NAME ?= prometheus
|
DOCKER_IMAGE_NAME ?= prometheus
|
||||||
|
|
Loading…
Reference in New Issue