From f985d6272ff97b0121275388b53a748bcb3c9290 Mon Sep 17 00:00:00 2001 From: joshmeranda Date: Sun, 2 Mar 2025 14:28:01 -0500 Subject: [PATCH] increase golangci-lint timout --- scripts/validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate b/scripts/validate index 05c6cffe5..081e780ec 100755 --- a/scripts/validate +++ b/scripts/validate @@ -11,4 +11,4 @@ if ! command -v golangci-lint; then fi echo Running: golangci-lint -golangci-lint run \ No newline at end of file +golangci-lint run --timoeut 10m0s