Skip to content

Commit

Permalink
tests: make tests pass on windows/386 (#27821)
Browse files Browse the repository at this point in the history
* tests: split up state test execution

* Revert "tests: split up state test execution"

This reverts commit 96017c2.

* build: bump test timeout to 20 minutes
  • Loading branch information
holiman committed Aug 1, 2023
1 parent 3ca92f7 commit 852be57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 852be57

Please sign in to comment.