| Index: build/android/pylib/gtest/dispatch.py
|
| diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
|
| index 8fc9854271c2ca3eb7248c794c2ffd3ab551145e..ca36345c78d3ef7968dbc08c72c5639fbaa81edf 100644
|
| --- a/build/android/pylib/gtest/dispatch.py
|
| +++ b/build/android/pylib/gtest/dispatch.py
|
| @@ -165,7 +165,8 @@ def _RunATestSuite(options, suite_name):
|
|
|
| # Run tests.
|
| test_results = shard.ShardAndRunTests(RunnerFactory, attached_devices, tests,
|
| - options.build_type, test_timeout=None)
|
| + options.build_type, test_timeout=None,
|
| + num_retries=options.num_retries)
|
|
|
| report_results.LogFull(
|
| results=test_results,
|
|
|