From c072642dbb7d306694eafa0f5a8629d6dd0bc70d Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 16 Feb 2021 14:26:28 +0100 Subject: [PATCH] sets lint timeout to 10m --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 709e148..08791bd 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ test: go test -v ./... lint: - golangci-lint run --enable-all --disable=godox + golangci-lint run --enable-all --disable=godox --timeout 10m