Index: build/android/run_tests.py |
diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
index a8c4841c938f07a2feaec7a3d1c0c4c550e5e7f7..b9206e175d9d208a75d5ca9e62c2bf4fbf1ccb44 100755 |
--- a/build/android/run_tests.py |
+++ b/build/android/run_tests.py |
@@ -328,8 +328,8 @@ def _RunATestSuite(options): |
t.Stop() |
buildbot_emulators.append(buildbot_emulator) |
attached_devices.append(buildbot_emulator.device) |
- # Wait for all emulators to become available. |
- map(lambda buildbot_emulator:buildbot_emulator.ConfirmLaunch(), |
+ # Wait for all emulators to boot completed. |
+ map(lambda buildbot_emulator:buildbot_emulator.ConfirmLaunch(True), |
buildbot_emulators) |
elif options.test_device: |
attached_devices = [options.test_device] |