Skip to content

Commit

Permalink
roachtest: Slightly increase timeout in rebalance-leases-by-load
Browse files Browse the repository at this point in the history
Touches cockroachdb#31303

Release note: None
  • Loading branch information
a-robinson committed Oct 12, 2018
1 parent 62c976d commit d99be4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/rebalance_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func registerRebalanceLoad(r *registry) {
concurrency = 32
fmt.Printf("lowering concurrency to %d in local testing\n", concurrency)
}
rebalanceLoadRun(ctx, t, c, "leases", 2*time.Minute, concurrency)
rebalanceLoadRun(ctx, t, c, "leases", 3*time.Minute, concurrency)
},
})
r.Add(testSpec{
Expand Down

0 comments on commit d99be4a

Please sign in to comment.