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

Commit aa8513e1 authored by rich cannings's avatar rich cannings
Browse files

Set DEFAULT_VERIFICATION_TIMEOUT to 10 seconds

Bug: 6531174
Change-Id: I330a765e7f03cce3633046ef989f066c2aca5562
parent 0af2f46d
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";