On 17/07/2023 20.28, Daniel P. Berrangé wrote:
The pxe-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 1070c6dc64..c6da428dc5 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -4,6 +4,7 @@ slow_qtests = {
    'npcm7xx_pwm-test': 300,
    'qom-test' : 900,
    'test-hmp' : 240,
+  'pxe-test': 180,
  }
qtests_generic = [

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


Reply via email to