Skip to content

Commit

Permalink
ddl: fix unstable test in the TestCancel (#36583)
Browse files Browse the repository at this point in the history
close #36582
  • Loading branch information
hawkingrei authored Jul 27, 2022
1 parent 9ee0280 commit 394a028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/backfilling.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func (w *backfillWorker) run(d *ddlCtx, bf backfiller, job *model.Job) {
})

failpoint.Inject("mockBackfillSlow", func() {
time.Sleep(30 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
})

// Dynamic change batch size.
Expand Down

0 comments on commit 394a028

Please sign in to comment.