mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
build: increase deadline for linter
This commit is contained in:
parent
5e07db47fa
commit
5031534f70
1 changed files with 1 additions and 0 deletions
|
|
@ -330,6 +330,7 @@ func doLint(cmdline []string) {
|
||||||
configs := []string{
|
configs := []string{
|
||||||
"--vendor",
|
"--vendor",
|
||||||
"--tests",
|
"--tests",
|
||||||
|
"--deadline=10m",
|
||||||
"--disable-all",
|
"--disable-all",
|
||||||
"--enable=goimports",
|
"--enable=goimports",
|
||||||
"--enable=varcheck",
|
"--enable=varcheck",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue