All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-7.2] tests/avocado/boot_linux: Increase the timeout of the ppc64 test
@ 2022-11-17 12:46 Thomas Huth
  2022-11-17 12:55 ` Peter Maydell
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2022-11-17 12:46 UTC (permalink / raw)
  To: qemu-devel, Daniel Henrique Barboza
  Cc: qemu-trivial, Alex Bennée, Philippe Mathieu-Daudé,
	peter.maydell, qemu-ppc, Cédric Le Goater, Greg Kurz

The BootLinuxPPC64.test_pseries_tcg test currently times out in
the gitlab-CI or when building QEMU with --enable-debug. It takes
way more than 300 seconds to finish the test in such environments,
so let's bump the timeout to a more appropriate value.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/avocado/boot_linux.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index 571d33882a..1a66393df7 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -116,7 +116,7 @@ class BootLinuxPPC64(LinuxTest):
     :avocado: tags=arch:ppc64
     """
 
-    timeout = 180
+    timeout = 420
 
     def test_pseries_tcg(self):
         """
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-17 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 12:46 [PATCH for-7.2] tests/avocado/boot_linux: Increase the timeout of the ppc64 test Thomas Huth
2022-11-17 12:55 ` Peter Maydell
2022-11-17 13:44   ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.