From 37e48e870c9f431dd10fd838ba066c8d6c7bd9dd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 9 May 2018 11:11:32 -0700 Subject: [PATCH] Increase the shard count of tensorflow/python/keras:wrappers_test to avoid flaky timeouts PiperOrigin-RevId: 195998578 --- tensorflow/python/keras/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/keras/BUILD b/tensorflow/python/keras/BUILD index 523eb67..f29de5c 100755 --- a/tensorflow/python/keras/BUILD +++ b/tensorflow/python/keras/BUILD @@ -644,6 +644,7 @@ py_test( name = "wrappers_test", size = "medium", srcs = ["_impl/keras/layers/wrappers_test.py"], + shard_count = 4, srcs_version = "PY2AND3", tags = [ "noasan", # http://b/78599823 -- 2.7.4