Skip to content

Commit

Permalink
Increase shard_count for extract_image_patches_grad_test.
Browse files Browse the repository at this point in the history
The test was previously timing out.

PiperOrigin-RevId: 255441082
  • Loading branch information
reedwm authored and tensorflower-gardener committed Jun 27, 2019
1 parent 298f7e9 commit b764c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/python/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3244,6 +3244,7 @@ cuda_py_test(
"//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
],
shard_count = 3,
tags = ["notap"], # http://b/31080670
xla_enable_strict_auto_jit = True,
)
Expand Down

0 comments on commit b764c5d

Please sign in to comment.