Increase shard counts for TPU tests in an attempt to fix CI timeouts under asan.

PiperOrigin-RevId: 463830139
This commit is contained in:
Peter Hawkins 2022-07-28 07:14:07 -07:00 committed by jax authors
parent 0fa3f0346c
commit 9e6254e058

View File

@ -587,7 +587,7 @@ jax_test(
shard_count = {
"cpu": 30,
"gpu": 40,
"tpu": 20,
"tpu": 40,
"iree": 20,
},
)
@ -664,7 +664,7 @@ jax_test(
shard_count = {
"cpu": 10,
"gpu": 40,
"tpu": 10,
"tpu": 40,
"iree": 10,
},
deps = [