Skip to content

Commit

Permalink
Merge pull request #101832 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1.0-99696
  • Loading branch information
rafiss authored Apr 25, 2023
2 parents afba2c1 + 4d8a7bf commit d929fb7
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 d929fb7

Please sign in to comment.