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

Unified Diff: build/android/pylib/gtest/test_package_apk.py

Issue 285063002: Removed unneccessary wait that caused 10s timeout per gtest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/gtest/test_package_apk.py
diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py
index d2292b5960ac00097c59b542bb5d54230dbfb0f7..9d3dac541ea580c49c464cdfca19238abc94634b 100644
--- a/build/android/pylib/gtest/test_package_apk.py
+++ b/build/android/pylib/gtest/test_package_apk.py
@@ -74,7 +74,8 @@ class TestPackageApk(TestPackage):
device.old_interface.StartActivity(
self._package_info.package,
self._package_info.activity,
- wait_for_completion=True,
+ # No wait since the runner waits for FIFO creation anyway.
+ wait_for_completion=False,
action='android.intent.action.MAIN',
force_stop=True)
« 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