From: Daniel P. Berrangé <[email protected]> The qos-test takes just under 1 minute in a --enable-debug build. Bumping to 2 minutes will give more headroom.
Signed-off-by: Daniel P. Berrangé <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]> Message-Id: <[email protected]> Signed-off-by: Alex Bennée <[email protected]> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 6d89bac722b..eaa2cf64a3f 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -7,6 +7,7 @@ slow_qtests = { 'pxe-test': 600, 'prom-env-test': 360, 'boot-serial-test': 180, + 'qos-test': 120, } qtests_generic = [ -- 2.39.2
