| Index: build/android/pylib/local/device/local_device_gtest_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py
|
| index a980d4d4b20dc22c89f891a209162be1e3b780c7..815267519fc626ca2ebb2d08e5756461a365c9b0 100644
|
| --- a/build/android/pylib/local/device/local_device_gtest_run.py
|
| +++ b/build/android/pylib/local/device/local_device_gtest_run.py
|
| @@ -316,7 +316,7 @@ class LocalDeviceGtestRun(local_device_test_run.LocalDeviceTestRun):
|
| on_failure=self._env.BlacklistDevice)
|
| def list_tests(dev):
|
| tests = self._delegate.Run(
|
| - None, dev, flags='--gtest_list_tests', timeout=10)
|
| + None, dev, flags='--gtest_list_tests', timeout=20)
|
| tests = gtest_test_instance.ParseGTestListTests(tests)
|
| tests = self._test_instance.FilterTests(tests)
|
| return tests
|
|
|