diff --git a/build/ci.go b/build/ci.go index fd51b90d17..4a83fb9a88 100644 --- a/build/ci.go +++ b/build/ci.go @@ -298,8 +298,8 @@ 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=30m") + // CI needs a bit more time for the statetests (default 45m). + gotest.Args = append(gotest.Args, "-timeout=45m") // Enable CKZG backend in CI. gotest.Args = append(gotest.Args, "-tags=ckzg")