Searched refs:watchdog_timeout (Results 1 – 1 of 1) sorted by relevance
874 auto watchdog_timeout = GetMillisProperty("init.userspace_reboot.watchdog.timeoutmillis", 5min); in UserspaceRebootWatchdogThread() local875 LOG(INFO) << "UserspaceRebootWatchdog timeout: " << watchdog_timeout.count() << "ms"; in UserspaceRebootWatchdogThread()876 if (!WaitForProperty("sys.boot_completed", "1", watchdog_timeout)) { in UserspaceRebootWatchdogThread()877 LOG(ERROR) << "Failed to boot in " << watchdog_timeout.count() in UserspaceRebootWatchdogThread()