path: firefox_148.0.2-1/testing/mozbase/mozdevice/mozdevice/adb.py
            while not boot_completed and (time.time() - start_time) <= float(timeout):
                try:
                    self.shell_output("pidof --help", timeout=timeout)
                    boot_completed = True
                    self._have_pidof = True
