Unverified Commit 852be575 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

tests: make tests pass on windows/386 (#27821)

* tests: split up state test execution

* Revert "tests: split up state test execution"

This reverts commit 96017c248c85d24e93ad013a2bbe8b38c99327c0.

* build: bump test timeout to 20 minutes
parent 3ca92f70
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment