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
This commit is contained in:
A. Unique TensorFlower 2018-01-23 10:19:19 -08:00 committed by TensorFlower Gardener
parent 03760b7ad6
commit 0bcbe479b4

View File

@ -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 = [