We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965958 commit 8a6cf92Copy full SHA for 8a6cf92
fuzzing/Jamfile
@@ -36,7 +36,7 @@ toolset.flags $(__name__).make-corpus PYTHON <python.interpreter> ;
36
37
for local fuzzer in $(all_fuzzers)
38
{
39
- local fuzz_time = 60 ;
+ local fuzz_time = 30 ;
40
local corpus = /tmp/corpus/$(fuzzer) ;
41
local min_corpus = /tmp/mincorpus/$(fuzzer) ;
42
local seed_corpus = $(HERE)/seedcorpus/$(fuzzer) ;
0 commit comments