| Index: build/android/pylib/base/base_test_sharder.py
|
| diff --git a/build/android/pylib/base/base_test_sharder.py b/build/android/pylib/base/base_test_sharder.py
|
| index be221987528645fed12a790ad0be70879fabe07f..2a4935f87c139c4116a814cbcf5fc37877949830 100644
|
| --- a/build/android/pylib/base/base_test_sharder.py
|
| +++ b/build/android/pylib/base/base_test_sharder.py
|
| @@ -12,7 +12,7 @@ from pylib.forwarder import Forwarder
|
|
|
|
|
| # Number of times we retry a test suite in case of failure.
|
| -NUM_RETRIES = 3
|
| +NUM_RETRIES = 1
|
|
|
|
|
| def _ShardedTestRunnable(test):
|
|
|