Skip to content

Commit

Permalink
roachtest: extend the schema change test timeout by a bit
Browse files Browse the repository at this point in the history
We have cockroachdb#34834 tracking why a schema change is taking more
time. Until that is fixed we'd like to extend this timeout
and run the tests reliably so that we can find other
problems.

Release note: None
  • Loading branch information
vivekmenezes committed Mar 19, 2019
1 parent 01f9662 commit bfcccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/schemachange.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func makeIndexAddTpccTest(numNodes, warehouses int, length time.Duration) testSp
return testSpec{
Name: fmt.Sprintf("schemachange/index/tpcc/w=%d", warehouses),
Cluster: makeClusterSpec(numNodes),
Timeout: length * 2,
Timeout: length * 3,
Run: func(ctx context.Context, t *test, c *cluster) {
runTPCC(ctx, t, c, tpccOptions{
Warehouses: warehouses,
Expand Down

0 comments on commit bfcccb0

Please sign in to comment.