aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar Todd Wang <toddw@google.com>2018-10-03 12:36:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 12:45:22 -0700
commit506ea0b8d3af1b54f42721584a414957e1525c8a (patch)
treefa4eb619fb5692bf58a0bff27f34bfaf9a0ca2ef /tensorflow/core/BUILD
parentd4e9282dc53697432178a68940634612c4ab2baa (diff)
Change hierarchical_tree_broadcaster_test from small to medium.
PiperOrigin-RevId: 215607769
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 0aae29d10c..6a3ee3c1cb 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -3750,7 +3750,7 @@ tf_cc_tests_gpu(
tf_cc_tests_gpu(
name = "hierarchical_tree_broadcaster_test",
- size = "small",
+ size = "medium",
srcs = [
"common_runtime/hierarchical_tree_broadcaster_test.cc",
],