Bump the shard_count of FFT tests to avoid timeouts

PiperOrigin-RevId: 683537643
This commit is contained in:
Adam Paszke 2024-10-08 02:43:57 -07:00 committed by jax authors
parent 6a958b90b3
commit 7102c7adbf

View File

@ -852,7 +852,7 @@ jax_multiplatform_test(
"nomsan", "nomsan",
], # Times out on TPU with asan/tsan/msan. ], # Times out on TPU with asan/tsan/msan.
}, },
shard_count = 4, shard_count = 12,
) )
jax_multiplatform_test( jax_multiplatform_test(