Skip to content

Commit

Permalink
Merge pull request #101831 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-99696

release-23.1: sql/catalog/descs: extend timeout
  • Loading branch information
fqazi authored Apr 19, 2023
2 parents d6dd286 + 4dd4495 commit ce2582b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sql/catalog/descs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ go_library(

go_test(
name = "descs_test",
size = "small",
size = "medium",
srcs = [
"collection_test.go",
"errors_test.go",
"main_test.go",
"txn_external_test.go",
"txn_with_executor_datadriven_test.go",
],
args = ["-test.timeout=55s"],
args = ["-test.timeout=295s"],
data = glob(["testdata/**"]),
embed = [":descs"],
deps = [
Expand Down

0 comments on commit ce2582b

Please sign in to comment.