Message ID | 20241010153922.1049039-2-aaronlewis@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests,v2] x86: Increase the timeout for the test "vmx_apicv_test" | expand |
diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 7c1691a988621..5f3fa9301b15b 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -349,7 +349,7 @@ file = vmx.flat extra_params = -cpu max,+vmx -append "apic_reg_virt_test virt_x2apic_mode_test vmx_basic_vid_test vmx_eoi_virt_test" arch = x86_64 groups = vmx -timeout = 10 +timeout = 30 [vmx_posted_intr_test] file = vmx.flat
This test can take over 10 seconds to run on IvyBridge in debug. Increase the timeout to give this test the time it needs to complete. Signed-off-by: Aaron Lewis <aaronlewis@google.com> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)