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

Commit a59a7731 authored by Olivier Gaillard's avatar Olivier Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Reduce WRAPPED_PID_TIMEOUT_MILLIS to 20s."

parents 1a6fa090 4176fe96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,5 +41,5 @@ public class ZygoteConnectionConstants {
     * WARNING: This may trigger the watchdog in debug mode. However, to support
     *          wrapping on lower-end devices we do not have much choice.
     */
    public static final int WRAPPED_PID_TIMEOUT_MILLIS = 30000;
    public static final int WRAPPED_PID_TIMEOUT_MILLIS = 20000;
}