Skip to content

Commit

Permalink
workload: Bump prepare timeout to 90 minute
Browse files Browse the repository at this point in the history
Relates to #72083. Allow scatter to complete.

Release note: None
  • Loading branch information
andrewbaptist committed Sep 23, 2022
1 parent e8872da commit 643d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workload/cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ func runRun(gen workload.Generator, urls []string, dbName string) error {
var ops workload.QueryLoad
prepareStart := timeutil.Now()
log.Infof(ctx, "creating load generator...")
const prepareTimeout = 60 * time.Minute
const prepareTimeout = 90 * time.Minute
prepareCtx, cancel := context.WithTimeout(ctx, prepareTimeout)
defer cancel()
if prepareErr := func(ctx context.Context) error {
Expand Down

0 comments on commit 643d7d2

Please sign in to comment.