Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2821)

Unified Diff: build/android/pylib/base/base_test_sharder.py

Issue 12356002: [NOT FOR COMMIT] Hacks to merge render compositor thread with UI thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698