Extend time for rtc to be ready.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 14 Mar 2010 04:04:41 +0000 (23:04 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 14 Mar 2010 04:04:41 +0000 (23:04 -0500)
commit11cc662d04f29b9639f222efc9cc51bbfa2ff737
tree72e2ac0c54c6c3511489e240cc8a6b97cf81bd0c
parent4ed378a3c000dd3c4226e60a468cc1ea2210254e
Extend time for rtc to be ready.

Increase the time waiting for rtc from 3ms to 15ms - only 3ms is
needed on real hardware, but scheduling delays on qemu can make this
longer.  Extending the time prevents annoying debugging messages.
src/clock.c