From 4d8a7bfb08799f04b88970a291d0a9dc0a805dd8 Mon Sep 17 00:00:00 2001 From: ajwerner Date: Mon, 27 Mar 2023 17:25:45 +0000 Subject: [PATCH] sql/catalog/descs: extend timeout Now that the tests are more overloaded, we need more time to finish them. Epic: none Fixes: #99519 Release note: None --- pkg/sql/catalog/descs/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/sql/catalog/descs/BUILD.bazel b/pkg/sql/catalog/descs/BUILD.bazel index fa271c05654b..15fb80abc7d7 100644 --- a/pkg/sql/catalog/descs/BUILD.bazel +++ b/pkg/sql/catalog/descs/BUILD.bazel @@ -78,7 +78,7 @@ go_library( go_test( name = "descs_test", - size = "small", + size = "medium", srcs = [ "collection_test.go", "errors_test.go", @@ -86,7 +86,7 @@ go_test( "txn_external_test.go", "txn_with_executor_datadriven_test.go", ], - args = ["-test.timeout=55s"], + args = ["-test.timeout=295s"], data = glob(["testdata/**"]), embed = [":descs"], deps = [