aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-07-28 06:18:01 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-28 06:21:59 -0700
commit42fb4382b9ef7b7b64e97ed85c51a1dfdb4071ec (patch)
tree2ab5f2f27aae0e6b2387251e8e3a2cb21ea46cec /tensorflow
parent560f0d22797ddeb66e8c35fc1c6e24c822ad64e2 (diff)
[TF:XLA] Fix flakiness of segment_reduction_ops_test by raising test timeout.
PiperOrigin-RevId: 163461573
Diffstat (limited to 'tensorflow')
-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 c693f58f8b..29cbbe5ce1 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -355,7 +355,7 @@ tf_xla_py_test(
tf_xla_py_test(
name = "segment_reduction_ops_test",
- size = "small",
+ size = "medium",
srcs = ["segment_reduction_ops_test.py"],
deps = [
":xla_test",