Skip to content

Commit

Permalink
roachtest: tpcc-max had too low of a timeout
Browse files Browse the repository at this point in the history
It's supposed to run for 6 days, but used the default timeout of 10
hours.

Release note: None
Release justification: test-only change
  • Loading branch information
jordanlewis committed Sep 20, 2019
1 parent f875f74 commit 2fd18e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tpcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 2fd18e8

Please sign in to comment.