diff mbox series

[v3,06/26] tests/avocado: extend the timeout for x86_64 tcg tests

Message ID 20221020115209.1761864-7-alex.bennee@linaro.org
State New
Headers show
Series testing/next (docker, avocado, s390x, MAINTAINERS) | expand

Commit Message

Alex Bennée Oct. 20, 2022, 11:51 a.m. UTC
These are timeing out on gitlab.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/avocado/boot_linux.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Huth Oct. 20, 2022, 1:05 p.m. UTC | #1
On 20/10/2022 13.51, Alex Bennée wrote:
> These are timeing out on gitlab.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   tests/avocado/boot_linux.py | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
> index b7522ad3a1..571d33882a 100644
> --- a/tests/avocado/boot_linux.py
> +++ b/tests/avocado/boot_linux.py
> @@ -19,6 +19,7 @@ class BootLinuxX8664(LinuxTest):
>       """
>       :avocado: tags=arch:x86_64
>       """
> +    timeout = 480
>   
>       def test_pc_i440fx_tcg(self):
>           """

Reviewed-by: Thomas Huth <thuth@redhat.com>
Richard Henderson Oct. 20, 2022, 10:11 p.m. UTC | #2
On 10/20/22 21:51, Alex Bennée wrote:
> These are timeing out on gitlab.

timing.

Acked-by: Richard Henderson <richard.henderson@linaro.org>


> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   tests/avocado/boot_linux.py | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
> index b7522ad3a1..571d33882a 100644
> --- a/tests/avocado/boot_linux.py
> +++ b/tests/avocado/boot_linux.py
> @@ -19,6 +19,7 @@ class BootLinuxX8664(LinuxTest):
>       """
>       :avocado: tags=arch:x86_64
>       """
> +    timeout = 480
>   
>       def test_pc_i440fx_tcg(self):
>           """
diff mbox series

Patch

diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index b7522ad3a1..571d33882a 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -19,6 +19,7 @@  class BootLinuxX8664(LinuxTest):
     """
     :avocado: tags=arch:x86_64
     """
+    timeout = 480
 
     def test_pc_i440fx_tcg(self):
         """