Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Feb 15, 2024
1 parent 2ecba83 commit 2c5a0eb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN git clone -b colorless https://github.com/AFLplusplus/AFLplusplus /afl && \
git checkout 0e8324d4b1444672669e9e2a3afb133ab73275bc || \
true

RUN sed -i 's/TIME_MAX_START 60/TIME_MAX_START 300/g' /afl/include/config.h
RUN sed -i 's/TIME_MAX_START 60/TIME_MAX_START 180/g' /afl/include/config.h

# Build without Python support as we don't need it.
# Set AFL_NO_X86 to skip flaky tests.
Expand Down
File renamed without changes.

0 comments on commit 2c5a0eb

Please sign in to comment.