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

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

Revert "init: Temporarily increase coldboot timeout to 5s"

Increased coldboot timeout delay is no longer needed; revert.
This reverts commit 4b6578901b4a9f4d3306d83ee1fefb80f95226a9.

Change-Id: I3afaec458b5f7d05e5cefbd8e8fcd72d87270fe7
parent e8dd797f
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, 5)) {
    if (wait_for_file(COLDBOOT_DONE, 1)) {
        ERROR("Timed out waiting for %s\n", COLDBOOT_DONE);
    }