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

Commit ecb4f7ca authored by Dmitry Grinberg's avatar Dmitry Grinberg Committed by Steve Kondik
Browse files

pm: Increase timeout to allow slow CPUs to compile GMS core

Change-Id: Ia8f089ea340f21023abb8a58ddb3aede8b2b728c
parent 08404a48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ public class PackageManagerService extends IPackageManager.Stub {
     * minute but we sometimes do very lengthy I/O operations on this thread,
     * such as installing multi-gigabyte applications, so ours needs to be longer.
     */
    private static final long WATCHDOG_TIMEOUT = 1000*60*10;     // ten minutes
    private static final long WATCHDOG_TIMEOUT = 1000*60*60;     // sixty minutes
    /**
     * Wall-clock timeout (in milliseconds) after which we *require* that an fstrim