kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s
@ 2019-09-23 11:12 Thomas Huth
  2019-11-15 10:36 ` Thomas Huth
  2019-11-15 11:43 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2019-09-23 11:12 UTC (permalink / raw)
  To: kvm, Paolo Bonzini, Radim Krčmář

In the gitlab-CI (where we are running the tests with TCG), the sieve
test sometimes takes more than 90s to finish, and thus fails due
to the 90s timeout from scripts/runtime.bash. Increase the timeout
for this test to make it always succeed.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 See for example this run here where it took more than 90s:
 
  https://gitlab.com/huth/kvm-unit-tests/-/jobs/301407814
 
 If you don't like the change in unittests.cfg, I can also tweak
 the (global) timeout in .gitlab-ci.yml instead.

 x86/unittests.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 694ee3d..e951629 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -172,6 +172,7 @@ file = s3.flat
 
 [sieve]
 file = sieve.flat
+timeout = 180
 
 [syscall]
 file = syscall.flat
-- 
2.18.1


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

* Re: [kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s
  2019-09-23 11:12 [kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s Thomas Huth
@ 2019-11-15 10:36 ` Thomas Huth
  2019-11-15 11:43 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2019-11-15 10:36 UTC (permalink / raw)
  To: kvm, Paolo Bonzini

On 23/09/2019 13.12, Thomas Huth wrote:
> In the gitlab-CI (where we are running the tests with TCG), the sieve
> test sometimes takes more than 90s to finish, and thus fails due
> to the 90s timeout from scripts/runtime.bash. Increase the timeout
> for this test to make it always succeed.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  See for example this run here where it took more than 90s:
>  
>   https://gitlab.com/huth/kvm-unit-tests/-/jobs/301407814
>  
>  If you don't like the change in unittests.cfg, I can also tweak
>  the (global) timeout in .gitlab-ci.yml instead.
> 
>  x86/unittests.cfg | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/x86/unittests.cfg b/x86/unittests.cfg
> index 694ee3d..e951629 100644
> --- a/x86/unittests.cfg
> +++ b/x86/unittests.cfg
> @@ -172,6 +172,7 @@ file = s3.flat
>  
>  [sieve]
>  file = sieve.flat
> +timeout = 180
>  
>  [syscall]
>  file = syscall.flat
> 

Ping?

 Thomas


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

* Re: [kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s
  2019-09-23 11:12 [kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s Thomas Huth
  2019-11-15 10:36 ` Thomas Huth
@ 2019-11-15 11:43 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2019-11-15 11:43 UTC (permalink / raw)
  To: Thomas Huth, kvm, Radim Krčmář

On 23/09/19 13:12, Thomas Huth wrote:
> In the gitlab-CI (where we are running the tests with TCG), the sieve
> test sometimes takes more than 90s to finish, and thus fails due
> to the 90s timeout from scripts/runtime.bash. Increase the timeout
> for this test to make it always succeed.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  See for example this run here where it took more than 90s:
>  
>   https://gitlab.com/huth/kvm-unit-tests/-/jobs/301407814
>  
>  If you don't like the change in unittests.cfg, I can also tweak
>  the (global) timeout in .gitlab-ci.yml instead.
> 
>  x86/unittests.cfg | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/x86/unittests.cfg b/x86/unittests.cfg
> index 694ee3d..e951629 100644
> --- a/x86/unittests.cfg
> +++ b/x86/unittests.cfg
> @@ -172,6 +172,7 @@ file = s3.flat
>  
>  [sieve]
>  file = sieve.flat
> +timeout = 180
>  
>  [syscall]
>  file = syscall.flat
> 

Queued, thanks.

Paolo


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

end of thread, other threads:[~2019-11-15 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 11:12 [kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s Thomas Huth
2019-11-15 10:36 ` Thomas Huth
2019-11-15 11:43 ` Paolo Bonzini

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).