Skip to content

Commit 1b785a8

Browse files
authored
Merge pull request #155342 from cockroachdb/blathers/backport-release-25.4-155340
release-25.4: sql/hints: bump test pool size
2 parents cf1af0a + b2fe3ff commit 1b785a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/sql/hints/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ proto_library(
6262

6363
go_test(
6464
name = "hints_test",
65+
size = "medium",
6566
srcs = [
6667
"hint_cache_test.go",
6768
"main_test.go",
6869
],
70+
exec_properties = select({
71+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
72+
"//conditions:default": {"test.Pool": "default"},
73+
}),
6974
deps = [
7075
":hints",
7176
"//pkg/base",

0 commit comments

Comments
 (0)