Index: build/android/pylib/device/device_utils.py |
diff --git a/build/android/pylib/device/device_utils.py b/build/android/pylib/device/device_utils.py |
index f6bebcebe98c9b2f6c98b725d27be6da22f1f6c3..334b74c41dc02b0a0015d93bce4d0b66dc5fe540 100644 |
--- a/build/android/pylib/device/device_utils.py |
+++ b/build/android/pylib/device/device_utils.py |
@@ -315,7 +315,7 @@ class DeviceUtils(object): |
self.adb.Reboot() |
self._cache = {} |
- timeout_retry.WaitFor(device_offline, wait_period=1, max_tries=5) |
+ timeout_retry.WaitFor(device_offline, wait_period=1) |
if block: |
self.WaitUntilFullyBooted() |