diff --git a/build/ci.go b/build/ci.go index 137dce33d9..8c80f436b6 100644 --- a/build/ci.go +++ b/build/ci.go @@ -298,7 +298,7 @@ func doTest(cmdline []string) { gotest := tc.Go("test") // CI needs a bit more time for the statetests (default 10m). - gotest.Args = append(gotest.Args, "-timeout=20m") + gotest.Args = append(gotest.Args, "-timeout=30m") // Enable CKZG backend in CI. gotest.Args = append(gotest.Args, "-tags=ckzg")