We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a0b1c commit 315684cCopy full SHA for 315684c
pkg/cmd/roachtest/tests/backup.go
@@ -756,7 +756,7 @@ func runBackupMVCCRangeTombstones(
756
`IMPORT INTO orders CSV DATA ('%s') WITH delimiter='|', detached`,
757
strings.Join(files, "', '")),
758
).Scan(&jobID))
759
- waitForState(jobID, jobs.StatePaused, "", 30*time.Minute)
+ waitForState(jobID, jobs.StatePaused, "", time.Hour)
760
761
t.Status("canceling import")
762
_, err = conn.ExecContext(ctx, fmt.Sprintf(`CANCEL JOB %s`, jobID))
0 commit comments