Skip to content

Commit

Permalink
Revert "tests: make tests pass on windows/386 (ethereum#27821)"
Browse files Browse the repository at this point in the history
This reverts commit 76964e4.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 2bdadc9 commit 5b33c11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ 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 5b33c11

Please sign in to comment.