Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
index 1369b7494b0c503e50234b8857d022b1133919c8..1a830a3572d87bb4b050c84c348265b7935fdbd8 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
@@ -793,7 +793,8 @@ class ChromiumAndroidDriver(driver.Driver): |
log_callback('installing apk if necessary') |
self._device.Install(driver_host_path) |
except (device_errors.CommandFailedError, |
- device_errors.CommandTimeoutError) as exc: |
+ device_errors.CommandTimeoutError, |
+ device_errors.DeviceUnreachableError) as exc: |
self._abort('Failed to install %s onto device: %s' % (driver_host_path, str(exc))) |
def _push_fonts(self, log_callback): |