Skip to content

Commit

Permalink
Merge pull request kubevirt#8081 from EdDev/lint-increase-timeout
Browse files Browse the repository at this point in the history
golangci-lint: Increase timeout
  • Loading branch information
kubevirt-bot authored Jul 16, 2022
2 parents 8cf9678 + 3232abc commit 7d2d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ fmt: format
lint:
if [ $$(wc -l < tests/utils.go) -gt 2813 ]; then echo >&2 "do not make tests/utils longer"; exit 1; fi

hack/dockerized "golangci-lint run --timeout 10m --verbose \
hack/dockerized "golangci-lint run --timeout 20m --verbose \
pkg/network/domainspec/... \
tests/console/... \
tests/libnet/... \
Expand Down

0 comments on commit 7d2d82a

Please sign in to comment.