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

Commit af317c78 authored by vadimt's avatar vadimt
Browse files

More preparation for enabling inproc presubmits

Bug: 136278866
Change-Id: Icc4a0d935acf76950197bc184f8dba5d07ee85c5
parent 35903d2c
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)) {