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

Unified Diff: build/android/pylib/perf/test_options.py

Issue 23784006: [Android] Add --no-timeout to perf sharder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass retries through Created 7 years, 3 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
« no previous file with comments | « no previous file | build/android/pylib/perf/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/perf/test_options.py
diff --git a/build/android/pylib/perf/test_options.py b/build/android/pylib/perf/test_options.py
index 6664ba2661fb094d15d502209466bfefe18bb3f7..e4b714589fe6de32f5335d14fcde7902a36c3567 100644
--- a/build/android/pylib/perf/test_options.py
+++ b/build/android/pylib/perf/test_options.py
@@ -10,4 +10,5 @@ PerfOptions = collections.namedtuple('PerfOptions', [
'steps',
'flaky_steps',
'print_step',
+ 'no_timeout',
])
« no previous file with comments | « no previous file | build/android/pylib/perf/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698