Skip to content

Commit

Permalink
Increase sharding of shard_map test on CPU.
Browse files Browse the repository at this point in the history
This test is timing out in CI with sanitizers enabled (asan/tsan).

PiperOrigin-RevId: 515369731
  • Loading branch information
hawkinsp authored and jax authors committed Mar 9, 2023
1 parent 9912a8e commit 01b00c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ jax_test(
name = "shard_map_test",
srcs = ["shard_map_test.py"],
shard_count = {
"cpu": 10,
"cpu": 20,
"gpu": 10,
"tpu": 10,
},
Expand Down

0 comments on commit 01b00c4

Please sign in to comment.