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

Unified Diff: build/android/test_runner.py

Issue 1427683002: [Android] Add option to override test in-progress timeout for amp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « build/android/pylib/remote/device/remote_device_environment.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index dc683cb5d993fbd0b84a5f8279c0b9ce28dfc859..1076fb07af8fd6294370a084d41222f9ccbddfdc 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -153,6 +153,8 @@ def AddRemoteDeviceOptions(parser):
group.add_argument('--network-config', type=int,
help='Integer that specifies the network environment '
'that the tests will be run in.')
+ group.add_argument('--test-timeout', type=int,
+ help='Test run timeout in seconds.')
device_os_group = group.add_mutually_exclusive_group()
device_os_group.add_argument('--remote-device-minimum-os',
« no previous file with comments | « build/android/pylib/remote/device/remote_device_environment.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698