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

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

Merge "Increasing wait time for loading model to 60s" into ub-launcher3-master

parents 3aefb6d7 4565739f
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)) {