Back to single harness
diff --git a/unicorn_mode/samples/c/harness.c b/unicorn_mode/samples/c/harness.c
index 31416ae..fd2da68 100644
--- a/unicorn_mode/samples/c/harness.c
+++ b/unicorn_mode/samples/c/harness.c
@@ -247,7 +247,7 @@
1, // Count of end addresses
NULL, // Optional calback to run after each exec
false, // true, if the optional callback should be run also for non-crashes
- 100, // For persistent mode: How many rounds to run
+ 1, // For persistent mode: How many rounds to run
NULL // additional data pointer
);
switch(afl_ret) {