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

Commit 1d798b51 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" am: f525d409 am: 1a7736be

parents dd7364cd 1a7736be
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) {