build: bump test timeout (#31095)

Travis often fails because the test times out.
pull/31099/head
Sina M 19 hours ago committed by GitHub
parent 52766bedb9
commit 11e841e599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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")

Loading…
Cancel
Save