Implement timeout, and add several tests.
[qemu-sanity-check.git] / qemu-sanity-check.pod.in
index da3f237..f7629bb 100644 (file)
@@ -81,6 +81,15 @@ kernel installed in C</boot>.
 Use the qemu (or KVM) binary C<QEMU> instead of searching C<$PATH> for
 a suitable binary.
 
+=item B<-t> TIMEOUT
+
+=item B<--timeout>=TIMEOUT
+
+Specify a timeout instead of the default which is C<10m> (10 minutes).
+
+The syntax for the C<TIMEOUT> is described in full in the man page for
+L<timeout(1)>.
+
 =item B<-V>
 
 =item B<--version>
@@ -110,16 +119,6 @@ test that userspace has been reached.
 
 =back
 
-=head1 BUGS
-
-=head2 TIMEOUTS
-
-Timeouts don't currently work because of some oddness with the
-coreutils L<timeout(1)> program and qemu.  Instead you should run the
-whole script with a timeout, like this:
-
- timeout 10m qemu-sanity-check
-
 =head1 SEE ALSO
 
 L<http://qemu.org>,