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

Commit 3004fe8d authored by rich cannings's avatar rich cannings Committed by Android (Google) Code Review
Browse files

Merge "Set DEFAULT_VERIFICATION_TIMEOUT to 10 seconds"

parents e45875ec aa8513e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ public class PackageManagerService extends IPackageManager.Stub {
     * The default maximum time to wait for the verification agent to return in
     * milliseconds.
     */
    private static final long DEFAULT_VERIFICATION_TIMEOUT = 60 * 1000;
    private static final long DEFAULT_VERIFICATION_TIMEOUT = 10 * 1000;

    static final String DEFAULT_CONTAINER_PACKAGE = "com.android.defcontainer";