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

* Re: [PATCH for-7.2] tests/avocado/boot_linux: Increase the timeout of the ppc64 test
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2022-11-17 12:55 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, Daniel Henrique Barboza, qemu-trivial,
	Alex Bennée, Philippe Mathieu-Daudé,
	qemu-ppc, Cédric Le Goater, Greg Kurz

On Thu, 17 Nov 2022 at 12:46, Thomas Huth <thuth@redhat.com> wrote:
>
> 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>

I sent a patch for this one last week:
https://patchew.org/QEMU/20221110142901.3832318-1-peter.maydell@linaro.org/
(although it only pushes the timeout up to 360, not 420).

thanks
-- PMM


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

* Re: [PATCH for-7.2] tests/avocado/boot_linux: Increase the timeout of the ppc64 test
  2022-11-17 12:55 ` Peter Maydell
@ 2022-11-17 13:44   ` Thomas Huth
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2022-11-17 13:44 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-devel, Daniel Henrique Barboza, qemu-trivial,
	Alex Bennée, Philippe Mathieu-Daudé,
	qemu-ppc, Cédric Le Goater, Greg Kurz

On 17/11/2022 13.55, Peter Maydell wrote:
> On Thu, 17 Nov 2022 at 12:46, Thomas Huth <thuth@redhat.com> wrote:
>>
>> 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>
> 
> I sent a patch for this one last week:
> https://patchew.org/QEMU/20221110142901.3832318-1-peter.maydell@linaro.org/
> (although it only pushes the timeout up to 360, not 420).

Ah, great, and Alex also already queued it? Then let's go with your patch. 
360 seconds should hopefully be enough, too.

  Thomas



^ permalink raw reply	[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.