mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
build: increase go test timeout
This commit is contained in:
parent
5adf4adc8e
commit
a09fba9d43
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ func doTest(cmdline []string) {
|
|||
gotest := tc.Go("test")
|
||||
|
||||
// CI needs a bit more time for the statetests (default 10m).
|
||||
gotest.Args = append(gotest.Args, "-timeout=20m")
|
||||
gotest.Args = append(gotest.Args, "-timeout=30m")
|
||||
|
||||
// Enable CKZG backend in CI.
|
||||
gotest.Args = append(gotest.Args, "-tags=ckzg")
|
||||
|
|
|
|||
Loading…
Reference in a new issue