From: Peter Hawkins Date: Wed, 14 Feb 2018 05:45:08 +0000 (-0800) Subject: [TF:XLA] Tag reverse_sequence test as optonly, increase its timeout. X-Git-Tag: upstream/v1.7.0~31^2~714 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aad89bb560e4bbeafff9d0c42cc8983ab4a3499;p=platform%2Fupstream%2Ftensorflow.git [TF:XLA] Tag reverse_sequence test as optonly, increase its timeout. PiperOrigin-RevId: 185637431 --- diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD index b49d2ca..782bf82 100644 --- a/tensorflow/compiler/tests/BUILD +++ b/tensorflow/compiler/tests/BUILD @@ -479,8 +479,9 @@ tf_xla_py_test( tf_xla_py_test( name = "reverse_sequence_op_test", - size = "small", + size = "medium", srcs = ["reverse_sequence_op_test.py"], + tags = ["optonly"], deps = [ ":xla_test", "//tensorflow/python:array_ops",