From a45c187a01f0cc8e1e3285bad3b7126f08a02d97 Mon Sep 17 00:00:00 2001 From: Yahor Yuzefovich Date: Tue, 17 Oct 2023 12:33:07 -0700 Subject: [PATCH] roachtest: bump import-cancellation timeout from 4h to 6h Release note: None --- pkg/cmd/roachtest/tests/import_cancellation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/tests/import_cancellation.go b/pkg/cmd/roachtest/tests/import_cancellation.go index 440bfc2d1216..76edb0470024 100644 --- a/pkg/cmd/roachtest/tests/import_cancellation.go +++ b/pkg/cmd/roachtest/tests/import_cancellation.go @@ -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),