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

Unified Diff: build/android/pylib/local/device/local_device_gtest_run.py

Issue 1417873004: Android Gtest Runner: Increase test list timeout from 10s -> 20s (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698