aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar juliexxia <juliexxia@google.com>2017-12-12 10:20:00 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-12 10:21:25 -0800
commit4a7f81a6ac8ac8a6568a32f1546d0d9d48437eff (patch)
tree3d2ddaaaadbfa29a9fa3f9a886b7f4a12ff5c65e /src/test/shell/integration/BUILD
parent9177db1ca65f3061bfd1bc4fa20f6b53d23f2526 (diff)
Set configured_query_test size to 'medium' because it was timing out when set to 'small'. Also add to bazel build files.
PiperOrigin-RevId: 178777977
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 63ba90f072..520dd19e3f 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -125,6 +125,13 @@ sh_test(
)
sh_test(
+ name = "configured_query_test",
+ size = "large",
+ srcs = ["configured_query_test.sh"],
+ data = [":test-deps"],
+)
+
+sh_test(
name = "bazel_command_log_test",
size = "medium",
srcs = ["bazel_command_log_test.sh"],