random_test: reduce num_generated_cases to avoid timeouts

PiperOrigin-RevId: 570781641
This commit is contained in:
jax authors 2023-10-04 13:04:05 -07:00
parent 933d3530d8
commit 305efe0501

View File

@ -704,6 +704,11 @@ jax_test(
"notsan", # Times out
],
},
# Use fewer cases to prevent timeouts.
backend_variant_args = {
"cpu": ["--jax_num_generated_cases=40"],
"cpu_x32": ["--jax_num_generated_cases=40"],
},
shard_count = {
"cpu": 30,
"gpu": 30,