From 2fd18e808b7f6745540480e2bcc49c3a055cb5b6 Mon Sep 17 00:00:00 2001 From: Jordan Lewis Date: Fri, 20 Sep 2019 13:58:09 -0400 Subject: [PATCH] roachtest: tpcc-max had too low of a timeout It's supposed to run for 6 days, but used the default timeout of 10 hours. Release note: None Release justification: test-only change --- pkg/cmd/roachtest/tpcc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/tpcc.go b/pkg/cmd/roachtest/tpcc.go index 21ed3b651b16..b261531519b3 100644 --- a/pkg/cmd/roachtest/tpcc.go +++ b/pkg/cmd/roachtest/tpcc.go @@ -312,6 +312,7 @@ func registerTPCC(r *testRegistry) { MinVersion: maybeMinVersionForFixturesImport(cloud), Tags: []string{`weekly`}, Cluster: makeClusterSpec(4, cpu(16)), + Timeout: time.Duration(6*24)*time.Hour + time.Duration(10)*time.Minute, Run: func(ctx context.Context, t *test, c *cluster) { warehouses := 1350 runTPCC(ctx, t, c, tpccOptions{