aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-01-20 13:19:31 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-20 13:27:22 -0800
commit177684c5002ae877c25b9a9d0654347ec6a27c9c (patch)
tree7c20ec7779a1df45bd3416a7e4eab9e405e4ee94
parentfac4a354131a5311b43c313823384d4324575cc7 (diff)
[TF:XLA] Make //tensorflow/compiler/tests:concat_ops_test medium size to fix Jenkins test timeout.
Change: 145119936
-rw-r--r--tensorflow/compiler/tests/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index 5c78ab7061..976b05354c 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -70,7 +70,7 @@ tf_xla_py_test(
tf_xla_py_test(
name = "concat_ops_test",
- size = "small",
+ size = "medium",
srcs = ["concat_ops_test.py"],
deps = [
":xla_test",