Index: build/android/run_tests.py |
diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
index dfa66acad16661b56e10816905df0e48b9f911b7..be6ef8872f29999b2d35a8c8a5c7a6f5f1e9f75b 100755 |
--- a/build/android/run_tests.py |
+++ b/build/android/run_tests.py |
@@ -319,8 +319,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] |