Skip to content

Commit 315684c

Browse files
committed
roachtest: deflake backup/mvcc-range-tombstones
Informs #154841 Release note: none
1 parent e9a0b1c commit 315684c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/backup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ func runBackupMVCCRangeTombstones(
756756
`IMPORT INTO orders CSV DATA ('%s') WITH delimiter='|', detached`,
757757
strings.Join(files, "', '")),
758758
).Scan(&jobID))
759-
waitForState(jobID, jobs.StatePaused, "", 30*time.Minute)
759+
waitForState(jobID, jobs.StatePaused, "", time.Hour)
760760

761761
t.Status("canceling import")
762762
_, err = conn.ExecContext(ctx, fmt.Sprintf(`CANCEL JOB %s`, jobID))

0 commit comments

Comments
 (0)