aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Kuznetsov <[email protected]>2021-01-27 18:57:31 +0100
committerPaolo Bonzini <[email protected]>2021-02-09 08:17:08 -0500
commit281d9cd9b471a28382ac79be9b5cd59b72ae5c87 (patch)
tree27e0eb2a2708ddeab53649f8506d9e1da67fe585
parent996ff5429e9898947016206ee9da387a93d63d9d (diff)
selftests: kvm: Raise the default timeout to 120 seconds
With the updated maximum number of user memslots (32) set_memory_region_test sometimes takes longer than the default 45 seconds to finish. Raise the value to an arbitrary 120 seconds. Signed-off-by: Vitaly Kuznetsov <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r--tools/testing/selftests/kvm/settings1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/settings b/tools/testing/selftests/kvm/settings
new file mode 100644
index 000000000000..6091b45d226b
--- /dev/null
+++ b/tools/testing/selftests/kvm/settings
@@ -0,0 +1 @@
+timeout=120