qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v2 08/12] qtest: bump boot-serial-test timeout to 3 minutes


From: Daniel P . Berrangé
Subject: [PATCH v2 08/12] qtest: bump boot-serial-test timeout to 3 minutes
Date: Mon, 17 Jul 2023 19:28:54 +0100

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é <berrange@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 = [
-- 
2.41.0




reply via email to

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