Skip to content

Commit b3de197

Browse files
committed
vecindex: bump test size under race
Closes #145299 Epic: none Release note: None
1 parent 3f03e60 commit b3de197

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sql/vecindex/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ go_test(
5050
],
5151
data = ["//pkg/sql/vecindex/cspann:features_10000"],
5252
embed = [":vecindex"],
53+
exec_properties = select({
54+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
55+
"//conditions:default": {"test.Pool": "default"},
56+
}),
5357
deps = [
5458
"//pkg/base",
5559
"//pkg/ccl",

0 commit comments

Comments
 (0)