]> git.proxmox.com Git - mirror_qemu.git/commit - python/qemu/machine/machine.py
python/machine: Change default timeout to 30 seconds
authorJohn Snow <jsnow@redhat.com>
Mon, 20 Jul 2020 16:02:52 +0000 (12:02 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 25 Jul 2020 16:27:10 +0000 (17:27 +0100)
commit8226a4b88b35aab2d7c95f9dbe2fcd662276685a
tree41e45a4f8b6d688c56a5b1a22f0645200b446634
parente68808a797d0c585b0e82e4a788d1ba8899b01eb
python/machine: Change default timeout to 30 seconds

3 seconds is too short for some tests running inside busy VMs. Build it out to
a rather generous 30 seconds to find out conclusively if there are more severe
problems in the merge/CI tests.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-id: 20200720160252.104139-2-jsnow@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
python/qemu/machine.py