---
tests/qemu/boot-analysis.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/qemu/boot-analysis.c b/tests/qemu/boot-analysis.c
index 41f91bc..0137913 100644
--- a/tests/qemu/boot-analysis.c
+++ b/tests/qemu/boot-analysis.c
@@ -79,8 +79,12 @@
#include "guestfs.h"
#include "guestfs-internal-frontend.h"
+/*
#define NR_WARMUP_PASSES 3
#define NR_TEST_PASSES 5
+*/
+#define NR_WARMUP_PASSES 1
+#define NR_TEST_PASSES 2
/* Per-pass data collected. */
struct pass_data {
--
2.7.4