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 authored and markya0616 committed Dec 25, 2024
1 parent ebafb79 commit 5d8ae26
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 @@ -298,7 +298,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 5d8ae26

Please sign in to comment.