because of network consoles.
+2012-04-26 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/term/terminfo.c (grub_terminfo_readkey): Increase timeout
+ because of network consoles.
+
2012-04-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/terminfo.c (grub_terminfo_getkey): Fix incorrect queue
start = grub_get_time_ms (); \
do \
c = readkey (term); \
- while (c == -1 && grub_get_time_ms () - start < 12); \
+ while (c == -1 && grub_get_time_ms () - start < 100); \
if (c == -1) \
return; \
\