public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: David Matlack <dmatlack@google.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org, drjones@redhat.com,
	David Matlack <dmatlack@google.com>
Subject: [kvm-unit-tests PATCH] x86: Increase timeout for vmx_vmcs_shadow_test
Date: Mon, 13 Dec 2021 19:59:12 +0000	[thread overview]
Message-ID: <20211213195912.447258-1-dmatlack@google.com> (raw)

When testing with debug kernels (e.g. CONFIG_DEBUG_VM)
vmx_vmcs_shadow_test exceeds the default 90s timeout. The test ends up
taking about 120s to complete (on a barmetal host), so increase the
timeout to 180s.

Signed-off-by: David Matlack <dmatlack@google.com>
---
 x86/unittests.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 3000e53c790f..133a2a1501dd 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -346,6 +346,7 @@ file = vmx.flat
 extra_params = -cpu max,+vmx -append vmx_vmcs_shadow_test
 arch = x86_64
 groups = vmx
+timeout = 180
 
 [debug]
 file = debug.flat

base-commit: 0c111b370ad3c5a89e11caee79bc93a66fd004f2
-- 
2.34.1.173.g76aa8bc2d0-goog


             reply	other threads:[~2021-12-13 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13 19:59 David Matlack [this message]
2021-12-14 12:08 ` [kvm-unit-tests PATCH] x86: Increase timeout for vmx_vmcs_shadow_test Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211213195912.447258-1-dmatlack@google.com \
    --to=dmatlack@google.com \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox