1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

Makefile: increase golangci-lint timeout to 7min

Formerly used 5 minutes caused timeout in Prow.
This commit is contained in:
Markus Lehtonen 2021-03-02 20:08:58 +02:00
parent f8ad566e91
commit 9457cfba42

View file

@ -119,7 +119,7 @@ gofmt-verify:
fi
ci-lint:
golangci-lint run --timeout 5m0s
golangci-lint run --timeout 7m0s
mdlint:
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs $(MDL) -s docs/mdl-style.rb