On 17/07/2023 20.28, Daniel P. Berrangé wrote:
The npcm7xx_pwn-test takes just under 3 minutes in a --enable-debug

s/npcm7xx_pwn-test/test-hmp/

With that copy-n-paste error fixed:

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


build. Bumping to 4 minutes will give more headroom.

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

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index e28f0925e1..1070c6dc64 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -3,7 +3,7 @@ slow_qtests = {
    'migration-test' : 300,
    'npcm7xx_pwm-test': 300,
    'qom-test' : 900,
-  'test-hmp' : 120,
+  'test-hmp' : 240,
  }
qtests_generic = [


Reply via email to