Add shard count to tflite_convert_test target

This is for removing flakiness of the test target.

PiperOrigin-RevId: 320945448
Change-Id: I06eb829ae2411e51202aad8231c8f87cdc194a55
This commit is contained in:
Jaesung Chung 2020-07-13 06:42:15 -07:00 committed by TensorFlower Gardener
parent 3b8ef731b0
commit 03bc968d67

View File

@ -96,6 +96,8 @@ py_test(
"@tflite_mobilenet_ssd_quant_protobuf//:tflite_graph.pb",
],
python_version = "PY3",
# Increased thread count for reducing timeout failures.
shard_count = 4,
srcs_version = "PY2AND3",
tags = [
"no_oss",