The apic test can take up to 3 minutes to run on Oracle clouds. Increase the timeout for it to make it finish properly instead failing with timeout error. 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 d658bc8..3387860 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.20.1