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

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

Merge "More preparation for enabling inproc presubmits" into ub-launcher3-master

parents 89eb3640 af317c78
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -497,7 +497,9 @@ public final class LauncherInstrumentation {
    }

    public void waitForLauncherInitialized() {
        for (int i = 0; i < 100; ++i) {
        // b/136278866
        final int attempts = android.os.Build.MODEL.contains("Cuttlefish") ? 600 : 100;
        for (int i = 0; i < attempts; ++i) {
            if (getTestInfo(
                    TestProtocol.REQUEST_IS_LAUNCHER_INITIALIZED).
                    getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD)) {