From 1addec9acc81db7cb3fe72217893de28bda1dc26 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 23 Mar 2018 10:34:44 -0700 Subject: Raise the timeout of tests that are somewhat close to the limit, to avoid them timing out. PiperOrigin-RevId: 190239334 --- tensorflow/python/keras/BUILD | 3 +-- 1 file changed, 1 insertion(+), 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", -- cgit v1.2.3