mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tests/vm: bump timeout for shutdown
On my fairly beefy machine the timeout was triggering leaving a corrupted disk image due to power being pulled before the disk had synced. Triple the timeout to avoid this. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250304222439.2035603-13-alex.bennee@linaro.org>
This commit is contained in:
parent
4748be5e9d
commit
830bbfb965
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class BaseVM(object):
|
||||||
# command to halt the guest, can be overridden by subclasses
|
# command to halt the guest, can be overridden by subclasses
|
||||||
poweroff = "poweroff"
|
poweroff = "poweroff"
|
||||||
# Time to wait for shutdown to finish.
|
# Time to wait for shutdown to finish.
|
||||||
shutdown_timeout_default = 30
|
shutdown_timeout_default = 90
|
||||||
# enable IPv6 networking
|
# enable IPv6 networking
|
||||||
ipv6 = True
|
ipv6 = True
|
||||||
# This is the timeout on the wait for console bytes.
|
# This is the timeout on the wait for console bytes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue