| 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',
|
|
|