Skip to content

Commit

Permalink
Change test size to medium on map_and_batch test that was timing out.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 389243301
Change-Id: Ia3dc0265a54fab7bdf5b9b1aee9dd52d8667aadd
  • Loading branch information
aselle authored and tensorflower-gardener committed Aug 6, 2021
1 parent b45c040 commit 12b3780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/data/experimental/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ tf_py_test(

tf_py_test(
name = "map_and_batch_test",
size = "small",
size = "medium",
srcs = ["map_and_batch_test.py"],
shard_count = 4,
deps = [
Expand Down

0 comments on commit 12b3780

Please sign in to comment.