Skip to content

Commit 8a6cf92

Browse files
committed
Revert fuzz duration
1 parent a965958 commit 8a6cf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzing/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ toolset.flags $(__name__).make-corpus PYTHON <python.interpreter> ;
3636

3737
for local fuzzer in $(all_fuzzers)
3838
{
39-
local fuzz_time = 60 ;
39+
local fuzz_time = 30 ;
4040
local corpus = /tmp/corpus/$(fuzzer) ;
4141
local min_corpus = /tmp/mincorpus/$(fuzzer) ;
4242
local seed_corpus = $(HERE)/seedcorpus/$(fuzzer) ;

0 commit comments

Comments
 (0)