Merge "Increasing wait time after mode switch." into ub-launcher3-qt-dev

This commit is contained in:
Vadim Tryshev
2019-05-29 20:29:18 +00:00
committed by Android (Google) Code Review

View File

@@ -133,7 +133,7 @@ public class NavigationModeSwitchRule implements TestRule {
for (int i = 0; i != 100; ++i) {
if (mLauncher.getNavigationModel() == expectedMode) {
Thread.sleep(1000);
Thread.sleep(5000);
return;
}
Thread.sleep(100);