Add more shards to for_loop_test_cpu

PiperOrigin-RevId: 484309176
This commit is contained in:
Sharad Vikram 2022-10-27 11:41:34 -07:00 committed by jax authors
parent 4b1fd63263
commit 4d94908e6b

View File

@ -935,7 +935,7 @@ jax_test(
name = "for_loop_test",
srcs = ["for_loop_test.py"],
shard_count = {
"cpu": 10,
"cpu": 20,
"gpu": 10,
"tpu": 10,
},