tests/vm: Increase timeout waiting for VM to boot to 5 minutes
commit6b699ae1be9f257478d5eca7ef65dcea270a2796
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 23 Aug 2018 11:21:53 +0000 (23 12:21 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 10:31:28 +0000 (24 11:31 +0100)
tree4a9520307c4d6f6c395c14b3f38caafe12f9267a
parent3c825bb7c1b4289ef05f51b5b77ac0967b6a27fa
tests/vm: Increase timeout waiting for VM to boot to 5 minutes

The VM tests currently have a timeout of 2 minutes for trying
to connect to ssh. Since the guest VM has to boot from cold
to the point of accepting inbound ssh during this time, if the
host machine is heavily loaded it can spuriously time out.
Increase the timeout from 2 to 5 minutes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Fam Zheng <famz@redhat.com>
Message-id: 20180823112153.15279-1-peter.maydell@linaro.org
tests/vm/basevm.py