From 9a001fcfb1f94a12ac0c6e41b554545ae5d04b7a Mon Sep 17 00:00:00 2001 From: devopsbo3 <69951731+devopsbo3@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:27:53 -0600 Subject: [PATCH] Revert "tests: make tests pass on windows/386 (#27821)" This reverts commit 76964e42e3b5a7af3e46232d09343fccf888e78f. --- build/ci.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/ci.go b/build/ci.go index e0a1c62d55..e6293aef1d 100644 --- a/build/ci.go +++ b/build/ci.go @@ -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.