From 3a5371dd1cf4dc5da5ba013b5e4e059ae6c18581 Mon Sep 17 00:00:00 2001 From: Anna R Date: Thu, 5 Sep 2019 13:10:35 -0700 Subject: [PATCH] Increase number of shards for ctl_correctness_test. PiperOrigin-RevId: 267436433 --- tensorflow/python/distribute/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 892e5b330cd..e62848bf562 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -1153,7 +1153,7 @@ distribute_py_test( name = "ctl_correctness_test", srcs = ["ctl_correctness_test.py"], main = "ctl_correctness_test.py", - shard_count = 3, + shard_count = 10, tags = [ "multi_and_single_gpu", ],