am 0628fa25: Improve boot time

* commit '0628fa25141261e549f06d1c6f9e9f3d29e2b8f0':
  Improve boot time
This commit is contained in:
Paul Lawrence 2015-06-04 19:13:24 +00:00 committed by Android Git Automerger
commit d095d86705

View file

@ -61,7 +61,7 @@ int main(int argc, char **argv) {
fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
exit(4);
} else {
sleep(1);
usleep(10000);
}
}