mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Makefile: increase golangci-lint timeout to 10min
This commit is contained in:
parent
082f3fe48e
commit
2755548186
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -167,7 +167,7 @@ gofmt-verify:
|
|||
fi
|
||||
|
||||
ci-lint:
|
||||
golangci-lint run --timeout 7m0s
|
||||
golangci-lint run --timeout 10m
|
||||
|
||||
lint:
|
||||
golint -set_exit_status ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue