Increase the shard count of scipy_stats_test because it is timing out in OSS builds.

PiperOrigin-RevId: 485659146
This commit is contained in:
Yash Katariya 2022-11-02 12:06:46 -07:00 committed by jax authors
parent b467feb250
commit 2dc804371c

View File

@ -668,8 +668,8 @@ jax_test(
name = "scipy_stats_test",
srcs = ["scipy_stats_test.py"],
shard_count = {
"cpu": 10,
"gpu": 20,
"cpu": 20,
"gpu": 30,
"tpu": 10,
"iree": 10,
},