Set the timeout for the forced emulation variants of the access test to 240 seconds, which is the (very) rough expected upper limit established by the VPID-focused variants when KVM is forced to emulate something on every individual testcase. Fixes: 76ffc801 ("x86/access: Add forced emulation support") Fixes: 723a5703 ("nVMX: Add forced emulation variant of #PF access test") Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> --- x86/unittests.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 0971bb3f..9c70562d 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -148,6 +148,7 @@ file = access_test.flat arch = x86_64 extra_params = -cpu max -append force_emulation groups = nodefault +timeout = 240 [access-reduced-maxphyaddr] file = access_test.flat @@ -414,6 +415,7 @@ file = vmx.flat extra_params = -cpu max,+vmx -append "vmx_pf_exception_forced_emulation_test" arch = x86_64 groups = vmx nested_exception nodefault +timeout = 240 [vmx_pf_vpid_test] file = vmx.flat -- 2.40.0.348.gf938b09366-goog