summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/kvm-step.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kvm-step.c b/test/kvm-step.c
index 7f42d6d..34594ae 100644
--- a/test/kvm-step.c
+++ b/test/kvm-step.c
@@ -173,7 +173,7 @@ main(int argc, const char **argv)
if (ret) err(1, "KVM_CPC_ACK_EVENT");
eventcnt = 0;
- while (eventcnt < 61) {
+ while (eventcnt < 57) {
eventcnt += monitor(&kvm, false);
}