Skip to content

Commit

Permalink
Revert fuzz duration for runner OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jan 18, 2025
1 parent f622f48 commit c3c1e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ toolset.flags $(__name__).make-corpus PYTHON <python.interpreter> ;

for local fuzzer in $(all_fuzzers)
{
local fuzz_time = 60 ;
local fuzz_time = 30 ;
local corpus = /tmp/corpus/$(fuzzer) ;
local min_corpus = /tmp/mincorpus/$(fuzzer) ;
local seed_corpus = $(HERE)/seedcorpus/$(fuzzer) ;
Expand Down

0 comments on commit c3c1e26

Please sign in to comment.