Skip to content

Commit 17dbd47

Browse files
committed
build: extend test timeout to 30m
1 parent 6fec6e1 commit 17dbd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func doTest(cmdline []string) {
298298
gotest := tc.Go("test")
299299

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

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

0 commit comments

Comments
 (0)