Skip to content

Commit

Permalink
tests/functional: Bump timeout of some tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth committed Oct 7, 2024
1 parent 67d76bd commit d841f72
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/functional/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ endif

# Timeouts for individual tests that can be slow e.g. with debugging enabled
test_timeouts = {
'aarch64_raspi4' : 120,
'aarch64_sbsaref' : 600,
'aarch64_virt' : 360,
'acpi_bits' : 240,
'arm_raspi2' : 120,
'mips_malta' : 120,
'netdev_ethtool' : 180,
'ppc_40p' : 240,
'ppc64_hv' : 1000,
'ppc64_powernv' : 120,
'ppc64_pseries' : 120,
's390x_ccw_virtio' : 180,
'ppc64_powernv' : 240,
'ppc64_pseries' : 240,
's390x_ccw_virtio' : 240,
}

tests_generic_system = [
Expand Down

0 comments on commit d841f72

Please sign in to comment.