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

Commit b06f9f8c authored by vadimt's avatar vadimt
Browse files

Increasing wait time after mode switch.

This is temporary. Apparently, it takes time for Sys UI to update after
the mode switch.

Change-Id: I434b86af15d9987a448682684c790d89acab85dc
parent 8ffa2349
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -133,7 +133,7 @@ public class NavigationModeSwitchRule implements TestRule {


                    for (int i = 0; i != 100; ++i) {
                    for (int i = 0; i != 100; ++i) {
                        if (mLauncher.getNavigationModel() == expectedMode) {
                        if (mLauncher.getNavigationModel() == expectedMode) {
                            Thread.sleep(1000);
                            Thread.sleep(5000);
                            return;
                            return;
                        }
                        }
                        Thread.sleep(100);
                        Thread.sleep(100);