Chromium Code Reviews| 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 5ff9b6209afa360d8898450feae9ec7b93d74cad..ebb4cbdf70480dc09e904e52cf067660272c8929 100644 |
| --- a/build/android/pylib/base/base_test_sharder.py |
| +++ b/build/android/pylib/base/base_test_sharder.py |
| @@ -54,7 +54,7 @@ class BaseTestSharder(object): |
| # We should differentiate between these. Otherwise, blindly retrying tests |
| # might mask test/product flakiness. For type 2, we should follow the |
| # general chrome best practices. |
| - self.retries = len(self.attached_devices) |
| + self.retries = 3 |
|
frankf
2013/02/14 03:42:15
Do you have some data why the tot bot was flaky? R
Isaac (away)
2013/02/14 06:38:50
I agree this code would be better if we distinguis
frankf
2013/02/14 06:43:48
Let's define it as a constant at the top of the mo
Isaac (away)
2013/02/14 06:53:10
Done.
Yaron
2013/02/14 16:59:27
It wasn't the bot that was flaky (it only had one
|
| self.tests = [] |
| self.build_type = build_type |