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

Commit 71c1ac32 authored by Jiakai Zhang's avatar Jiakai Zhang
Browse files

Enlarge ZYGOTE_CONNECT_TIMEOUT_MS.

When there is no boot image, Zygote needs to generate an in-memory boot
image. This can take a long time on low-end devices.

Bug: 322934806
Change-Id: I41048de7f3585a4c9e2175a103d47671ffa049bc
Test: Presubmit
parent ab3903da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ import java.util.UUID;
 */
public class ZygoteProcess {

    private static final int ZYGOTE_CONNECT_TIMEOUT_MS = 20000;
    private static final int ZYGOTE_CONNECT_TIMEOUT_MS = 60000;

    /**
     * Use a relatively short delay, because for app zygote, this is in the critical path of