Skip to content

Commit

Permalink
Merge pull request cockroachdb#99696 from ajwerner/ajwerner/fix-descs…
Browse files Browse the repository at this point in the history
…-timeout

Merging as per cockroachlabs.atlassian.net/browse/CREQ-839
  • Loading branch information
knz authored Mar 29, 2023
2 parents f9930fb + 5ac8e08 commit 427212b
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 @@ -77,15 +77,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 427212b

Please sign in to comment.