On 17/07/2023 20.28, Daniel P. Berrangé wrote:
The boot-serial-test takes about 1 + 1/2 minutes in a --enable-debug
build. Bumping to 3 minutes will give more headroom.

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
  tests/qtest/meson.build | 1 +
  1 file changed, 1 insertion(+)

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 095c98820e..9e4f5e0ecc 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -6,6 +6,7 @@ slow_qtests = {
    'test-hmp' : 240,
    'pxe-test': 180,
    'prom-env-test': 180,
+  'boot-serial-test': 180,
  }
qtests_generic = [

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to