mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Increasing wait time after mode switch." into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5a93e5d895
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user