From 2e43e769fbb287fa3e25363e3f65f85e2123469b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2013 16:35:27 +0100 Subject: [PATCH] docs: Add a note about timeout bug. --- qemu-sanity-check.pod.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qemu-sanity-check.pod.in b/qemu-sanity-check.pod.in index 836fb1f..da3f237 100644 --- a/qemu-sanity-check.pod.in +++ b/qemu-sanity-check.pod.in @@ -110,6 +110,16 @@ test that userspace has been reached. =back +=head1 BUGS + +=head2 TIMEOUTS + +Timeouts don't currently work because of some oddness with the +coreutils L program and qemu. Instead you should run the +whole script with a timeout, like this: + + timeout 10m qemu-sanity-check + =head1 SEE ALSO L, -- 1.8.3.1