Skip to content

Commit

Permalink
Bump shard_count for shard_map_test to fix timeouts.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571109311
  • Loading branch information
jax authors committed Oct 5, 2023
1 parent 4fd6bf4 commit a2b70e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,9 @@ jax_test(
name = "shard_map_test",
srcs = ["shard_map_test.py"],
shard_count = {
"cpu": 30,
"cpu": 50,
"gpu": 10,
"tpu": 40,
"tpu": 50,
},
tags = ["multiaccelerator"],
deps = [
Expand Down

0 comments on commit a2b70e3

Please sign in to comment.