From acc43c39af6ca1fb6c022057858a14041b343835 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Mon, 13 Sep 2021 22:58:35 +0200 Subject: [PATCH] Increased linter timeout in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8adf760f..482ae868 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ coverprofile_html: lint: golint - golangci-lint run + golangci-lint run --timeout 5m compress: build upx --brute headscale