Skip to content

Commit 988ece8

Browse files
committed
sqlstatsccl: bump test pool size
This test has hit an OOM. Epic: none Release note: None
1 parent 9bee340 commit 988ece8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/ccl/testccl/sqlstatsccl/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")
22

33
go_test(
44
name = "sqlstatsccl_test",
5-
# Explicitly indicate timeout as some of the tests (ie TestSQLStatsRegions) might take up to 3 min to run.
6-
timeout = "moderate",
5+
size = "medium",
76
srcs = [
87
"main_test.go",
98
"sql_stats_test.go",
109
],
10+
exec_properties = {"test.Pool": "large"},
1111
deps = [
1212
"//pkg/base",
1313
"//pkg/ccl",

0 commit comments

Comments
 (0)