From 0bcbe479b4adaaa5b16000df4e703dd1389eaea2 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 23 Jan 2018 10:19:19 -0800 Subject: [PATCH] Increase shard count of tensorflow/contrib/learn:linear_test to avoid test timeouts. The test tensorflow/contrib/learn:linear_test has been getting flaky timeouts t a low rate for some time, but they increased greatly under the address sanitizer due to a recent change there. This CL increases the test's shard count to bring the time for each shard well under the 5 minute timeout. PiperOrigin-RevId: 182953078 --- tensorflow/contrib/learn/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/learn/BUILD b/tensorflow/contrib/learn/BUILD index ee3611ca938..3c782b54a85 100644 --- a/tensorflow/contrib/learn/BUILD +++ b/tensorflow/contrib/learn/BUILD @@ -494,7 +494,7 @@ py_test( name = "linear_test", size = "medium", srcs = ["python/learn/estimators/linear_test.py"], - shard_count = 4, + shard_count = 20, srcs_version = "PY2AND3", tags = ["no_pip"], deps = [