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

Commit bfd775ea authored by David Ng's avatar David Ng Committed by Linux Build Service Account
Browse files

init: Temporarily increase coldboot timeout to 5s

Temporarily increase coldboot timeout to 5s to account for
slower initialization during new hardware bring-up.

This change will need to be reverted once the bring-up
process is complete.

Change-Id: I8816ed909b8758274078f15f1d8bc420098b57bf
parent 4ebedb95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -632,7 +632,7 @@ static int wait_for_coldboot_done_action(int nargs, char **args) {
    // Any longer than 1s is an unreasonable length of time to delay booting.
    // If you're hitting this timeout, check that you didn't make your
    // sepolicy regular expressions too expensive (http://b/19899875).
    if (wait_for_file(COLDBOOT_DONE, 1)) {
    if (wait_for_file(COLDBOOT_DONE, 5)) {
        ERROR("Timed out waiting for %s\n", COLDBOOT_DONE);
    }