Skip to content

Commit

Permalink
Merge pull request #135205 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-24.2-135191

release-24.2: roachtest: increase pause poll frequency
  • Loading branch information
jeffswenson authored Nov 15, 2024
2 parents b3b25d2 + 0358680 commit 8b60dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func registerRestore(r registry.Registry) {
done := ctx.Done()
jobID := <-jobIDCh

jobProgressTick := time.NewTicker(time.Minute * 1)
jobProgressTick := time.NewTicker(time.Second * 5)
defer jobProgressTick.Stop()
for {
if pauseIndex == len(pauseAtProgress) {
Expand Down

0 comments on commit 8b60dec

Please sign in to comment.