Set golangci-lint timeout to 10m (#25)

Should be merged with https://github.com/pulumi/ci-mgmt/pull/881.
This commit is contained in:
Ian Wahbe
2024-04-13 22:20:38 +02:00
committed by GitHub
parent ffc60ed74e
commit 680b464bfc
2 changed files with 4 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ only_build:: build
.PHONY: lint
lint:
golangci-lint run --fix -c .golangci.yml --timeout 10m
golangci-lint run --fix -c .golangci.yml
install:: install_nodejs_sdk install_dotnet_sdk
cp $(WORKING_DIR)/bin/${PROVIDER} ${GOPATH}/bin