mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
increase golang ci lint timeout
Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
This commit is contained in:
parent
b6f0a17367
commit
46153083db
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,7 @@ TSDB_BENCHMARK_NUM_METRICS ?= 1000
|
|||
TSDB_BENCHMARK_DATASET ?= ./tsdb/testdata/20kseries.json
|
||||
TSDB_BENCHMARK_OUTPUT_DIR ?= ./benchout
|
||||
|
||||
GOLANGCI_LINT_OPTS ?= --timeout 2m
|
||||
GOLANGCI_LINT_OPTS ?= --timeout 4m
|
||||
|
||||
include Makefile.common
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue