qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/avocado/machine_aspeed.py: Increase timeout for TPM test
@ 2024-07-22  8:55 Cédric Le Goater
  2024-07-22  9:04 ` Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Cédric Le Goater @ 2024-07-22  8:55 UTC (permalink / raw)
  To: qemu-arm, qemu-devel
  Cc: Andrew Jeffery, Joel Stanley, Steven Lee, Troy Lee, Jamin Lin,
	Peter Maydell, Cédric Le Goater, Thomas Huth

On some runners, test_arm_ast2600_evb_buildroot_tpm can take longer
than 90s to complete. Increase timeout for these.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
 tests/avocado/machine_aspeed.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/avocado/machine_aspeed.py b/tests/avocado/machine_aspeed.py
index 29e6b388a9fd..f8e263d37ea9 100644
--- a/tests/avocado/machine_aspeed.py
+++ b/tests/avocado/machine_aspeed.py
@@ -87,7 +87,7 @@ def test_ast1030_zephyros_1_07(self):
 
 class AST2x00Machine(QemuSystemTest):
 
-    timeout = 90
+    timeout = 180
 
     def wait_for_console_pattern(self, success_message, vm=None):
         wait_for_console_pattern(self, success_message,
-- 
2.45.2



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

* Re: [PATCH] tests/avocado/machine_aspeed.py: Increase timeout for TPM test
  2024-07-22  8:55 [PATCH] tests/avocado/machine_aspeed.py: Increase timeout for TPM test Cédric Le Goater
@ 2024-07-22  9:04 ` Thomas Huth
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2024-07-22  9:04 UTC (permalink / raw)
  To: Cédric Le Goater, qemu-arm, qemu-devel
  Cc: Andrew Jeffery, Joel Stanley, Steven Lee, Troy Lee, Jamin Lin,
	Peter Maydell

On 22/07/2024 10.55, Cédric Le Goater wrote:
> On some runners, test_arm_ast2600_evb_buildroot_tpm can take longer
> than 90s to complete. Increase timeout for these.
> 
> Reported-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Cédric Le Goater <clg@redhat.com>
> ---
>   tests/avocado/machine_aspeed.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/avocado/machine_aspeed.py b/tests/avocado/machine_aspeed.py
> index 29e6b388a9fd..f8e263d37ea9 100644
> --- a/tests/avocado/machine_aspeed.py
> +++ b/tests/avocado/machine_aspeed.py
> @@ -87,7 +87,7 @@ def test_ast1030_zephyros_1_07(self):
>   
>   class AST2x00Machine(QemuSystemTest):
>   
> -    timeout = 90
> +    timeout = 180
>   
>       def wait_for_console_pattern(self, success_message, vm=None):
>           wait_for_console_pattern(self, success_message,

Reviewed-by: Thomas Huth <thuth@redhat.com>

Thanks, I'll queue it!



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

end of thread, other threads:[~2024-07-22  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22  8:55 [PATCH] tests/avocado/machine_aspeed.py: Increase timeout for TPM test Cédric Le Goater
2024-07-22  9:04 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).