Skip to content

Commit 6c4e5cc

Browse files
aCombraycopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 751931275
1 parent e3c6f5b commit 6c4e5cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/java/com/google/devtools/deviceinfra/ext/devicemanagement/device/platform/android/realdevice/AndroidRealDeviceDelegate.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ private void resetDevice() throws MobileHarnessException, InterruptedException {
485485
boolean isOverTcpDevice = DeviceUtil.isOverTcpDevice(deviceId);
486486
cacheDevice(deviceId, AndroidRealDeviceConstants.WAIT_FOR_REBOOT_TIMEOUT);
487487

488+
logger.atInfo().log("##############Sleeping for 1 minute to debug %s", deviceId);
489+
Thread.sleep(Duration.ofMinutes(1));
490+
488491
// Set the property to the device. Will check the value of this property after resetting to
489492
// ensure the reset is successful.
490493
androidAdbUtil.setProperty(deviceId, RESET_PROPERTY_LABEL, "true", /* ignoreError= */ false);

0 commit comments

Comments
 (0)