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 cc746878ef3ba6acb7476b0dd28cc33723a353a7..d6475fdffdda0b75a38ff66117b796ab558f5f99 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): |