From 6919e48abe72de983a6db88207c0e3133c0ad57a Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 16 Apr 2021 09:34:22 +0200 Subject: [PATCH] ci: rises golangci-lint timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ee1a21..d332f30 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ generate: .PHONY: lint lint: - golangci-lint run --enable-all --disable=exhaustivestruct + golangci-lint run --timeout 10m --enable-all --disable=exhaustivestruct .PHONY: test test: