Skip to content

Commit

Permalink
chore(ci): increase golangci-lint timeout to 5 minutes (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Mason <mimason@equinix.com>
  • Loading branch information
mikemrm committed Apr 20, 2023
1 parent b4a466b commit 9396bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 9396bf1

Please sign in to comment.