Skip to content

Commit

Permalink
Merge pull request #109484 from fqazi/rsgFixFinal23.1
Browse files Browse the repository at this point in the history
release-23.1: sql/tests: fix test size of random syntax generation
  • Loading branch information
rafiss authored Aug 25, 2023
2 parents 3ae559f + 4e876e5 commit 48302ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sql/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ go_library(

go_test(
name = "tests_test",
size = "large",
size = "enormous",
srcs = [
"allow_role_memberships_to_change_during_transaction_test.go",
"autocommit_extended_protocol_test.go",
Expand Down Expand Up @@ -60,7 +60,7 @@ go_test(
"truncate_test.go",
"virtual_table_test.go",
],
args = ["-test.timeout=895s"],
args = ["-test.timeout=3595s"],
data = glob(["testdata/**"]),
embed = [":tests"],
shard_count = 16,
Expand Down

0 comments on commit 48302ed

Please sign in to comment.