Increase the GPU shard count to 40 since its timing out every once in a while in kokoro.

PiperOrigin-RevId: 473617463
This commit is contained in:
Yash Katariya 2022-09-11 14:30:18 -07:00 committed by jax authors
parent 120b2801fd
commit 864849d075

View File

@ -318,7 +318,7 @@ jax_test(
srcs = ["lax_control_flow_test.py"],
shard_count = {
"cpu": 30,
"gpu": 30,
"gpu": 40,
"tpu": 30,
"iree": 10,
},