Increasing wait time till unlock
Bug: 151613234 Change-Id: I47e0a87551cebf31fa309b9a65b2ecff809a7f00
This commit is contained in:
parent
f3e40c321d
commit
7500c241ac
|
@ -231,7 +231,7 @@ public abstract class AbstractLauncherUiTest {
|
|||
Log.d(TAG, "Phone isn't locked");
|
||||
}
|
||||
Assert.assertTrue("Keyguard still visible",
|
||||
mDevice.wait(Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 10000));
|
||||
mDevice.wait(Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000));
|
||||
Log.d(TAG, "Keyguard is not visible");
|
||||
|
||||
final String launcherPackageName = mDevice.getLauncherPackageName();
|
||||
|
|
Loading…
Reference in New Issue