summaryrefslogtreecommitdiff
path: root/tools/target_dem_fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/target_dem_fuzzer.c')
-rw-r--r--tools/target_dem_fuzzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/target_dem_fuzzer.c b/tools/target_dem_fuzzer.c
index db32ec3272..8ff98af945 100644
--- a/tools/target_dem_fuzzer.c
+++ b/tools/target_dem_fuzzer.c
@@ -88,7 +88,7 @@ static int64_t io_seek(void *opaque, int64_t offset, int whence)
// Ensure we don't loop forever
const uint32_t maxiteration = 8096;
-const int maxblocks= 100000;
+const int maxblocks= 50000;
static const uint64_t FUZZ_TAG = 0x4741542D5A5A5546ULL;