Skip to content

Commit

Permalink
build: extend test timeout to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
yysung1123 committed Sep 23, 2024
1 parent bad8e2a commit 16a4e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,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")
Expand Down

0 comments on commit 16a4e5f

Please sign in to comment.