We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52766be commit 11e841eCopy full SHA for 11e841e
build/ci.go
@@ -298,8 +298,8 @@ func doTest(cmdline []string) {
298
}
299
gotest := tc.Go("test")
300
301
- // CI needs a bit more time for the statetests (default 10m).
302
- 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")
303
304
// Enable CKZG backend in CI.
305
gotest.Args = append(gotest.Args, "-tags=ckzg")
0 commit comments