Skip to content

Commit

Permalink
Increase linter timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Shelly Kagan <skagan@redhat.com>
  • Loading branch information
ShellyKa13 committed May 23, 2023
1 parent 1a335bf commit ed545a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build/run-linters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ GOLANGCI_VERSION="${GOLANGCI_VERSION:-v1.52.2}"

go install "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_VERSION}"

golangci-lint run --timeout=8m ./...
golangci-lint run --timeout=16m ./...

0 comments on commit ed545a2

Please sign in to comment.