From 9b8b6aad06d5517c02ae59678cd0c54e0a011bd0 Mon Sep 17 00:00:00 2001 From: Kevin Joiner <10265309+KevinJoiner@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:58:45 -0400 Subject: [PATCH] increase lint timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b454dd..7f6a157 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ test: lint: @golangci-lint version - @golangci-lint run --timeout=10m + @golangci-lint run --timeout=30m format: @golangci-lint run --fix