| 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 a723cfe6726fdb48ec414402d70bcfa0f49687a3..8b0d1a3e45bab00492804aace72f37aaf20b6c21 100644
|
| --- a/build/android/pylib/local/device/local_device_gtest_run.py
|
| +++ b/build/android/pylib/local/device/local_device_gtest_run.py
|
| @@ -312,7 +312,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=20)
|
| + None, dev, flags='--gtest_list_tests', timeout=30)
|
| tests = gtest_test_instance.ParseGTestListTests(tests)
|
| tests = self._test_instance.FilterTests(tests)
|
| return tests
|
|
|