forked from forks/go-ethereum
tests: make tests pass on windows/386 (#27821)
* tests: split up state test execution
* Revert "tests: split up state test execution"
This reverts commit 96017c248c.
* build: bump test timeout to 20 minutes
This commit is contained in:
parent
3ca92f70e5
commit
852be575e1
1 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,8 @@ func doTest(cmdline []string) {
|
|||
tc.Root = build.DownloadGo(csdb, dlgoVersion)
|
||||
}
|
||||
gotest := tc.Go("test", "-tags=ckzg")
|
||||
// CI needs a bit more time for the statetests (default 10m).
|
||||
gotest.Args = append(gotest.Args, "-timeout=20m")
|
||||
|
||||
// Test a single package at a time. CI builders are slow
|
||||
// and some tests run into timeouts under load.
|
||||
|
|
|
|||
Loading…
Reference in a new issue