Increase number of shards to prevent flaky timeouts
PiperOrigin-RevId: 321371211 Change-Id: I3508bd5ffc367edec5bad81c19f2ae4219841c47
This commit is contained in:
parent
de473e40fc
commit
c9db66374c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user