Skip to content

Commit

Permalink
sql/catalog/descs: extend timeout
Browse files Browse the repository at this point in the history
Now that the tests are more overloaded, we need more time to finish them.

Epic: none

Fixes: #99519

Release note: None
  • Loading branch information
ajwerner committed Mar 27, 2023
1 parent b1a20ba commit 5ac8e08
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 5ac8e08

Please sign in to comment.