test-tool: Make the default timeout be 600 seconds (10 minutes).

We could sometimes hit the 120 second timeout, eg. if the appliance
needed to be rebuilt and the machine was very slow and/or under heavy
I/O load.  10 minutes should be enough for any reasonable situation.
This commit is contained in:
Richard Jones
2011-09-14 13:00:34 +01:00
parent 95136b1492
commit 912284b02e
2 changed files with 3 additions and 4 deletions

View File

@@ -56,9 +56,8 @@ directory to try it.
=item B<--timeout N>
Set the launch timeout to C<N> seconds. The default is 120 seconds
which does not usually need to be adjusted unless your machine is very
slow.
Set the launch timeout to C<N> seconds. The default is 600 seconds
(10 minutes) which does not usually need to be adjusted.
=back