Increase number of shards for ctl_correctness_test.

PiperOrigin-RevId: 267436433
This commit is contained in:
Anna R 2019-09-05 13:10:35 -07:00 committed by TensorFlower Gardener
parent 18c2cf989a
commit 3a5371dd1c

View File

@ -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",
],