Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a93e5d8 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

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

parents ee20f0ee b06f9f8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);