Skip to content

Commit

Permalink
Merge #112566
Browse files Browse the repository at this point in the history
112566: roachtest: bump import-cancellation timeout from 4h to 6h r=yuzefovich a=yuzefovich

Fixes: #111985.

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
  • Loading branch information
craig[bot] and yuzefovich committed Oct 17, 2023
2 parents cd3d97f + a45c187 commit b8c9297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/import_cancellation.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func registerImportCancellation(r registry.Registry) {
Name: `import-cancellation`,
Owner: registry.OwnerSQLQueries,
Benchmark: true,
Timeout: 4 * time.Hour,
Timeout: 6 * time.Hour,
Cluster: r.MakeClusterSpec(6, spec.CPU(32)),
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Nightly),
Expand Down

0 comments on commit b8c9297

Please sign in to comment.