aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-23 10:34:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-25 02:35:39 -0700
commit1addec9acc81db7cb3fe72217893de28bda1dc26 (patch)
tree5cf75bc1b727b67054d153f396898bfa78ec20ae
parent17842715cb46b1f2600912592b7a22f21850eb41 (diff)
Raise the timeout of tests that are somewhat close to the limit, to avoid them timing out.
PiperOrigin-RevId: 190239334
-rwxr-xr-xtensorflow/python/keras/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/python/keras/BUILD b/tensorflow/python/keras/BUILD
index 711106d2db..16033e9b8f 100755
--- a/tensorflow/python/keras/BUILD
+++ b/tensorflow/python/keras/BUILD
@@ -402,11 +402,10 @@ py_test(
py_test(
name = "convolutional_recurrent_test",
- size = "medium",
+ size = "large",
srcs = ["_impl/keras/layers/convolutional_recurrent_test.py"],
shard_count = 2,
srcs_version = "PY2AND3",
- tags = ["noasan"], # times out b/63678675
deps = [
":keras",
"//tensorflow/python:client_testlib",