Skip to content

Commit 16a4e5f

Browse files
committed
build: extend test timeout to 30m
1 parent bad8e2a commit 16a4e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func doTest(cmdline []string) {
302302
gotest := tc.Go("test")
303303

304304
// CI needs a bit more time for the statetests (default 10m).
305-
gotest.Args = append(gotest.Args, "-timeout=20m")
305+
gotest.Args = append(gotest.Args, "-timeout=30m")
306306

307307
// Enable CKZG backend in CI.
308308
gotest.Args = append(gotest.Args, "-tags=ckzg")

0 commit comments

Comments
 (0)