Increase sharding of shard_map test on CPU.

This test is timing out in CI with sanitizers enabled (asan/tsan).

PiperOrigin-RevId: 515369731
This commit is contained in:
Peter Hawkins 2023-03-09 10:12:44 -08:00 committed by jax authors
parent 9912a8eb56
commit 01b00c4821

View File

@ -1054,7 +1054,7 @@ jax_test(
name = "shard_map_test",
srcs = ["shard_map_test.py"],
shard_count = {
"cpu": 10,
"cpu": 20,
"gpu": 10,
"tpu": 10,
},