Bump up the shard_count for GPU FFT tests

They seem to be timing out with ASAN and no sharding.

PiperOrigin-RevId: 648301571
This commit is contained in:
Adam Paszke 2024-07-01 02:57:39 -07:00 committed by jax authors
parent 1949691daa
commit 727d120401

View File

@ -144,6 +144,7 @@ jax_test(
shard_count = {
"tpu": 20,
"cpu": 20,
"gpu": 10,
},
)