Increase number of shards to prevent flaky timeouts

PiperOrigin-RevId: 321371211
Change-Id: I3508bd5ffc367edec5bad81c19f2ae4219841c47
This commit is contained in:
Mihai Maruseac 2020-07-15 09:05:30 -07:00 committed by TensorFlower Gardener
parent de473e40fc
commit c9db66374c

View File

@ -119,7 +119,7 @@ cuda_py_test(
name = "stateless_random_ops_test",
size = "medium",
srcs = ["stateless_random_ops_test.py"],
shard_count = 5,
shard_count = 10,
tfrt_enabled = True,
deps = [
"//tensorflow/python:array_ops",