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

Commit 26e6bddf authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change the wait time of setDefaultLauncher from 20s to 60s" into...

Merge "Change the wait time of setDefaultLauncher from 20s to 60s" into android13-tests-dev am: 47dd6d72

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2455828



Change-Id: Id6fbdc100f72f9d9f8b361fd07709a0af2c6eb57
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1d32ff85 47dd6d72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ public class ShortcutManagerTestUtils {
                + instrumentation.getContext().getUserId() + " " + RoleManager.ROLE_HOME + " "
                + packageName + " 0");
        waitUntil("Failed to get shortcut access",
                () -> hasShortcutAccess(instrumentation, packageName), 20);
                () -> hasShortcutAccess(instrumentation, packageName), 60);
    }

    public static void setDefaultLauncher(Instrumentation instrumentation, Context packageContext) {