Skip to content

Commit

Permalink
roachtest: bump import-cancellation timeout from 4h to 6h
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
yuzefovich committed Oct 17, 2023
1 parent 58957a2 commit a45c187
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 a45c187

Please sign in to comment.