Index: build/android/pylib/host_driven/python_test_sharder.py |
diff --git a/build/android/pylib/host_driven/python_test_sharder.py b/build/android/pylib/host_driven/python_test_sharder.py |
index 7ea3f6c288e75821d2ff732965de1137a886d243..17539d1fe8f9f8c0767ab82679799b629e8d5dc7 100644 |
--- a/build/android/pylib/host_driven/python_test_sharder.py |
+++ b/build/android/pylib/host_driven/python_test_sharder.py |
@@ -95,7 +95,7 @@ class PythonTestSharder(object): |
def __init__(self, attached_devices, available_tests, options): |
self.options = options |
self.attached_devices = attached_devices |
- self.retries = options.shard_retries |
+ self.retries = options.num_retries |
self.tests = available_tests |
def _SetupSharding(self, tests): |