We found that on Azure cloud hyperv instance Standard_D48_v3, it will take about 45 seconds to run this apic test. It takes even longer (about 150 seconds) to run inside a KVM instance VM.Standard2.1 on Oracle cloud. Bump the timeout threshold to give it a chance to finish. Signed-off-by: Po-Hsu Lin <po-hsu.lin@xxxxxxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 872d679..c72a659 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -41,7 +41,7 @@ file = apic.flat smp = 2 extra_params = -cpu qemu64,+x2apic,+tsc-deadline arch = x86_64 -timeout = 30 +timeout = 240 [ioapic] file = ioapic.flat -- 2.25.1