From 9396bf1156c3e6f3c3f65580bf2a394256063b80 Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Thu, 20 Apr 2023 13:43:27 -0500 Subject: [PATCH] chore(ci): increase golangci-lint timeout to 5 minutes (#37) Signed-off-by: Mike Mason --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index dc0c40c..c82210c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,7 +8,7 @@ steps: plugins: - docker#v5.3.0: image: "registry.hub.docker.com/golangci/golangci-lint:v1.51" - command: ["golangci-lint", "run", "-v"] + command: ["golangci-lint", "run", "-v", "--timeout", "5m"] - label: ":test_tube: test" key: "test"