Skip to content

Commit 0231573

Browse files
committed
sql/inspect: give test package more resources
We have seen the inspect tests timeout when run during race. This adds more resources to those tests to try and avoid the timeout. Fixes #153349 Release note: none Epic: none
1 parent 1e2b120 commit 0231573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sql/inspect/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ go_test(
6060
"runner_test.go",
6161
],
6262
embed = [":inspect"],
63+
exec_properties = select({
64+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
65+
"//conditions:default": {"test.Pool": "default"},
66+
}),
6367
deps = [
6468
"//pkg/base",
6569
"//pkg/keys",

0 commit comments

Comments
 (0)