Skip to content

Commit

Permalink
re-classing the long running tests as "large"
Browse files Browse the repository at this point in the history
  • Loading branch information
deven-amd committed Feb 14, 2020
1 parent 39ab272 commit c97e075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tensorflow/python/distribute/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ py_library(

distribute_py_test(
name = "saved_model_save_load_test",
size = "medium",
size = "large",
srcs = ["saved_model_save_load_test.py"],
full_precision = True,
main = "saved_model_save_load_test.py",
Expand All @@ -1272,7 +1272,7 @@ distribute_py_test(

distribute_py_test(
name = "keras_save_load_test",
size = "medium",
size = "large",
srcs = ["keras_save_load_test.py"],
full_precision = True,
main = "keras_save_load_test.py",
Expand All @@ -1288,7 +1288,7 @@ distribute_py_test(

distribute_py_test(
name = "saved_model_mixed_api_test",
size = "medium",
size = "large",
srcs = ["saved_model_mixed_api_test.py"],
full_precision = True,
main = "saved_model_mixed_api_test.py",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/python/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ cuda_py_test(

cuda_py_test(
name = "conv_ops_test",
size = "medium",
size = "large",
srcs = ["conv_ops_test.py"],
shard_count = 4,
tags = [
Expand Down

0 comments on commit c97e075

Please sign in to comment.