From beed0667a52585aa545ebeedf3f295d30ec18ee3 Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:09:02 +0000 Subject: [PATCH] timeout flag in fix target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af09e9fe..ffabc5f3 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ lint: .PHONY: fix fix: - golangci-lint run --fix + golangci-lint run --fix --timeout 5m .PHONY: wait wait: