Skip to content

Commit

Permalink
Change test size of gradient_checker_test from small to medium.
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeif committed Oct 19, 2016
1 parent 9ebc0b4 commit ce6eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ cuda_py_test(

cuda_py_test(
name = "gradient_checker_test",
size = "small",
size = "medium",
srcs = ["ops/gradient_checker_test.py"],
additional_deps = [
":array_ops",
Expand Down

0 comments on commit ce6eeda

Please sign in to comment.