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

Unified Diff: build/android/pylib/browsertests/dispatch.py

Issue 13956018: Android: Make number of test retries configurable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 7 years, 8 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/browsertests/dispatch.py
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py
index de6411a9841138b30b50fc44ea1ba5fcfb79ca6d..8a9aa71726ad0ff7e5378ed9dee8b596e9dd8341 100644
--- a/build/android/pylib/browsertests/dispatch.py
+++ b/build/android/pylib/browsertests/dispatch.py
@@ -68,7 +68,8 @@ def Dispatch(options):
test_results = shard.ShardAndRunTests(RunnerFactory, attached_devices,
all_tests, options.build_type,
setup_timeout=setup_timeout,
- test_timeout=None)
+ test_timeout=None,
+ num_retries=options.repeat)
frankf 2013/04/12 21:19:38 Description for options.repeat should be updated.
nilesh 2013/04/12 21:42:55 renamed to num_retries and moved to AddTestRunnerO
report_results.LogFull(
results=test_results,
test_type='Unit test',

Powered by Google App Engine
This is Rietveld 408576698