diff mbox series

[for-7.2] tests/avocado/boot_linux: Increase the timeout of the ppc64 test

Message ID 20221117124634.574180-1-thuth@redhat.com
State New
Headers show
Series [for-7.2] tests/avocado/boot_linux: Increase the timeout of the ppc64 test | expand

Commit Message

Thomas Huth Nov. 17, 2022, 12:46 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 17, 2022, 12:55 p.m. UTC | #1
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
Thomas Huth Nov. 17, 2022, 1:44 p.m. UTC | #2
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
diff mbox series

Patch

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):
         """