mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
build: use 2m deadline instead of 10m
This commit is contained in:
parent
26037fddb5
commit
c7799560cf
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ func doLint(cmdline []string) {
|
||||||
configs := []string{
|
configs := []string{
|
||||||
"--vendor",
|
"--vendor",
|
||||||
"--tests",
|
"--tests",
|
||||||
"--deadline=10m",
|
"--deadline=2m",
|
||||||
"--disable-all",
|
"--disable-all",
|
||||||
"--enable=goimports",
|
"--enable=goimports",
|
||||||
"--enable=varcheck",
|
"--enable=varcheck",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue