All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] x86: Increase the timeout for vmx_pf_{vpid/no_vpid/invvpid}_test
@ 2026-01-02 18:30 Yosry Ahmed
  2026-01-05 17:54 ` Sean Christopherson
  0 siblings, 1 reply; 6+ messages in thread
From: Yosry Ahmed @ 2026-01-02 18:30 UTC (permalink / raw)
  To: Sean Christopherson, Paolo Bonzini, Andrew Jones
  Cc: kvm, linux-kernel, Yosry Ahmed

When running the tests on some older CPUs (e.g. Skylake) on a kernel
with some debug config options enabled (e.g. CONFIG_DEBUG_VM,
CONFIG_PROVE_LOCKING, ..), the tests timeout. In this specific setup,
the tests take between 4 and 5 minutes, so pump the timeout from 4 to 6
minutes.

Signed-off-by: Yosry Ahmed <yosry.ahmed@linux.dev>
---
 x86/unittests.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 522318d32bf6..bb2b9f033b11 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -427,7 +427,7 @@ test_args = "vmx_pf_vpid_test"
 qemu_params = -cpu max,+vmx
 arch = x86_64
 groups = vmx nested_exception nodefault
-timeout = 240
+timeout = 360
 
 [vmx_pf_invvpid_test]
 file = vmx.flat
@@ -435,7 +435,7 @@ test_args = "vmx_pf_invvpid_test"
 qemu_params = -cpu max,+vmx
 arch = x86_64
 groups = vmx nested_exception nodefault
-timeout = 240
+timeout = 360
 
 [vmx_pf_no_vpid_test]
 file = vmx.flat
@@ -443,7 +443,7 @@ test_args = "vmx_pf_no_vpid_test"
 qemu_params = -cpu max,+vmx
 arch = x86_64
 groups = vmx nested_exception nodefault
-timeout = 240
+timeout = 360
 
 [vmx_pf_exception_test_reduced_maxphyaddr]
 file = vmx.flat
-- 
2.52.0.351.gbe84eed79e-goog


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

end of thread, other threads:[~2026-01-05 21:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-02 18:30 [kvm-unit-tests PATCH] x86: Increase the timeout for vmx_pf_{vpid/no_vpid/invvpid}_test Yosry Ahmed
2026-01-05 17:54 ` Sean Christopherson
2026-01-05 18:23   ` Yosry Ahmed
2026-01-05 19:19     ` Sean Christopherson
2026-01-05 19:42       ` Yosry Ahmed
2026-01-05 21:16         ` Yosry Ahmed

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.