summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 65b1bb2..d32b5df 100644
--- a/Makefile
+++ b/Makefile
@@ -127,10 +127,10 @@ check: check-unit check-integration
-FUZZSEC=1
+FUZZTIME=1000x
fuzz/main.bin-check = $(fuzz/main.go:.go=.bin-check)
$(fuzz/main.bin-check):
- $(EXEC)$*.bin --test.fuzztime=$(FUZZSEC)s --test.parallel=$N \
+ $(EXEC)$*.bin --test.fuzztime=$(FUZZTIME) --test.parallel=$N \
--test.fuzz='.*' --test.fuzzcachedir=tests/fuzz/corpus
fuzz: $(fuzz/main.bin-check)