diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index 1547262bef13de3203bd1dd1a278ae201c15ac95..437c0ec1f865df5a83611b4a8ce3ea91fa78f947 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -19,7 +19,7 @@ public class Fuzzer {
// The percentage of inputs that will be incorrect
private static final int INPUT_ERROR_PERCENTAGE = 5;
// The percentage of instructions that will be incorrect
- private static final int LINE_ERROR_PERCENTAGE = 1;
+ private static final int LINE_ERROR_PERCENTAGE = 2;
// Limit on generation of inputs
private static final int NUMBER_TO_GENERATE = 10;
// Instruction number range for each input