mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
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
1 changed files with 2 additions and 0 deletions
2
Makefile
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…
Reference in a new issue