]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: memslot_perf_test: increase guest sync timeout
authorMaxim Levitsky <mlevitsk@redhat.com>
Fri, 4 Oct 2024 22:01:53 +0000 (18:01 -0400)
committerSean Christopherson <seanjc@google.com>
Tue, 5 Nov 2024 05:04:10 +0000 (21:04 -0800)
commit2d0f2a648147d6bbf0655e03500586a6712a7281
tree8d2a943c3f3948026b8220a4cc1369902a1c34ab
parent81983758430957d9a5cb3333fe324fd70cf63e7e
KVM: selftests: memslot_perf_test: increase guest sync timeout

When memslot_perf_test is run nested, first iteration of test_memslot_rw_loop
testcase, sometimes takes more than 2 seconds due to build of shadow page tables.

Following iterations are fast.

To be on the safe side, bump the timeout to 10 seconds.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Tested-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Link: https://lore.kernel.org/r/20241004220153.287459-1-mlevitsk@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/memslot_perf_test.c