Bump shard_count for shard_map_test to fix timeouts.

PiperOrigin-RevId: 571109311
This commit is contained in:
jax authors 2023-10-05 13:12:40 -07:00
parent 4fd6bf4e57
commit a2b70e3346

View File

@ -1171,9 +1171,9 @@ jax_test(
name = "shard_map_test",
srcs = ["shard_map_test.py"],
shard_count = {
"cpu": 30,
"cpu": 50,
"gpu": 10,
"tpu": 40,
"tpu": 50,
},
tags = ["multiaccelerator"],
deps = [