Increase the timeout for the apicv testcase to 30 seconds to avoid false positives on the timeout when running the test in L1. Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index f2401eb..828a62a 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -276,7 +276,7 @@ file = vmx.flat extra_params = -cpu host,+vmx -append "apic_reg_virt_test virt_x2apic_mode_test" arch = x86_64 groups = vmx -timeout = 10 +timeout = 30 [vmx_apic_passthrough_thread] file = vmx.flat -- 2.24.1