We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bee340 commit 988ece8Copy full SHA for 988ece8
pkg/ccl/testccl/sqlstatsccl/BUILD.bazel
@@ -2,12 +2,12 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")
2
3
go_test(
4
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",
+ size = "medium",
7
srcs = [
8
"main_test.go",
9
"sql_stats_test.go",
10
],
+ exec_properties = {"test.Pool": "large"},
11
deps = [
12
"//pkg/base",
13
"//pkg/ccl",
0 commit comments