qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/6] qtest: bump qom-test timeout to 7 minutes


From: Thomas Huth
Subject: Re: [PATCH 3/6] qtest: bump qom-test timeout to 7 minutes
Date: Thu, 1 Jun 2023 21:07:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 01/06/2023 18.31, Daniel P. Berrangé wrote:
The qom-test is periodically hitting the 5 minute timeout when running
on the aarch64 emulator under GitLab CI. Add another 2 minutes headroom
to the timeout to improve reliability.

Signed-off-by: Daniel P. Berrangé <berrange@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 6684591fcf..6943bbfdd5 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -2,7 +2,7 @@ slow_qtests = {
    'bios-tables-test' : 120,
    'migration-test' : 300,
    'npcm7xx_pwm-test': 150,
-  'qom-test' : 300,
+  'qom-test' : 420,
    'test-hmp' : 120,
  }


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]