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

Commit 4565739f authored by vadimt's avatar vadimt
Browse files

Increasing wait time for loading model to 60s

Bug: 142514365
Change-Id: I15e0ff8e2a721f7ffdefdf2eb02e114212dded3b
parent 6c484bc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -497,7 +497,7 @@ public final class LauncherInstrumentation {
    }

    public void waitForLauncherInitialized() {
        for (int i = 0; i < 100; ++i) {
        for (int i = 0; i < 600; ++i) {
            if (getTestInfo(
                    TestProtocol.REQUEST_IS_LAUNCHER_INITIALIZED).
                    getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD)) {