diff mbox series

[kvm-unit-tests,1/3] unittests.cfg: Increase timeout for access test

Message ID 20200806124358.4928-2-mgamal@redhat.com (mailing list archive)
State New, archived
Headers show
Series x86: Add guest physical bits tests | expand

Commit Message

Mohammed Gamal Aug. 6, 2020, 12:43 p.m. UTC
From: Mohammed Gamal <m.gamal005@gmail.com>

In case of npt=0 on kvm_amd, tests run slower and timeout,
so increase the timeout. The tests then do succeed.

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
---
 x86/unittests.cfg | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 3a79151..4fa42fa 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -117,6 +117,7 @@  extra_params = -cpu qemu64,+x2apic,+tsc-deadline -append tscdeadline_immed
 file = access.flat
 arch = x86_64
 extra_params = -cpu host,host-phys-bits
+timeout = 180
 
 [smap]
 file = smap.flat