aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-28 15:04:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-28 15:12:01 -0700
commit03bbc166c07ed9abcfabeb2ab98618b2a430d5a6 (patch)
treeb9bbbb5d9e669dcb78b65a2085bdeb1915448381 /tensorflow/compiler/tests
parent154949152c7016cdd70433c4b8a44318d2d88ad3 (diff)
Change adadelta_test to large as adadelta_test_cpu is frequently timing out.
PiperOrigin-RevId: 210613802
Diffstat (limited to 'tensorflow/compiler/tests')
-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 94e08b6efe..cf02926e06 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -72,7 +72,7 @@ py_test(
tf_xla_py_test(
name = "adadelta_test",
- size = "medium",
+ size = "large",
srcs = ["adadelta_test.py"],
deps = [
":xla_test",