mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
tests/functional: Bump timeout of some tests
These tests occasionally time out when the host system is under heavy load. Increase the timeout setting to allow for more headroom here. Message-ID: <20241002140212.350467-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
67d76bde99
commit
d841f720c9
1 changed files with 6 additions and 3 deletions
|
@ -11,15 +11,18 @@ endif
|
||||||
|
|
||||||
# Timeouts for individual tests that can be slow e.g. with debugging enabled
|
# Timeouts for individual tests that can be slow e.g. with debugging enabled
|
||||||
test_timeouts = {
|
test_timeouts = {
|
||||||
|
'aarch64_raspi4' : 120,
|
||||||
'aarch64_sbsaref' : 600,
|
'aarch64_sbsaref' : 600,
|
||||||
'aarch64_virt' : 360,
|
'aarch64_virt' : 360,
|
||||||
'acpi_bits' : 240,
|
'acpi_bits' : 240,
|
||||||
|
'arm_raspi2' : 120,
|
||||||
|
'mips_malta' : 120,
|
||||||
'netdev_ethtool' : 180,
|
'netdev_ethtool' : 180,
|
||||||
'ppc_40p' : 240,
|
'ppc_40p' : 240,
|
||||||
'ppc64_hv' : 1000,
|
'ppc64_hv' : 1000,
|
||||||
'ppc64_powernv' : 120,
|
'ppc64_powernv' : 240,
|
||||||
'ppc64_pseries' : 120,
|
'ppc64_pseries' : 240,
|
||||||
's390x_ccw_virtio' : 180,
|
's390x_ccw_virtio' : 240,
|
||||||
}
|
}
|
||||||
|
|
||||||
tests_generic_system = [
|
tests_generic_system = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue