mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Increasing wait time after mode switch." into ub-launcher3-qt-dev
am: 5a93e5d895
Change-Id: I6d1f172c7c130d0d09bc58a2360ef167a97608a7
This commit is contained in:
@@ -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