Increase some test shardings to reduce CI timeouts under asan/tsan/msan.

PiperOrigin-RevId: 469173324
This commit is contained in:
Peter Hawkins 2022-08-22 06:51:21 -07:00 committed by jax authors
parent f905d989c1
commit da4e79a625

View File

@ -317,9 +317,9 @@ jax_test(
name = "lax_control_flow_test",
srcs = ["lax_control_flow_test.py"],
shard_count = {
"cpu": 10,
"cpu": 20,
"gpu": 20,
"tpu": 10,
"tpu": 20,
"iree": 10,
},
)
@ -529,9 +529,9 @@ jax_test(
name = "pmap_test",
srcs = ["pmap_test.py"],
shard_count = {
"cpu": 15,
"cpu": 30,
"gpu": 30,
"tpu": 15,
"tpu": 30,
},
tags = ["multiaccelerator"],
deps = [