mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
increase time for radamsa test
This commit is contained in:
@ -426,9 +426,9 @@ test -e ../libradamsa.so && {
|
|||||||
test -e test-instr.plain && {
|
test -e test-instr.plain && {
|
||||||
mkdir -p in
|
mkdir -p in
|
||||||
echo 0 > in/in
|
echo 0 > in/in
|
||||||
$ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 10 seconds"
|
$ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 15 seconds"
|
||||||
{
|
{
|
||||||
../afl-fuzz -RR -V10 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1
|
../afl-fuzz -RR -V15 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1
|
||||||
} >>errors 2>&1
|
} >>errors 2>&1
|
||||||
test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {
|
test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {
|
||||||
$ECHO "$GREEN[+] libradamsa performs good - and very slow - mutations"
|
$ECHO "$GREEN[+] libradamsa performs good - and very slow - mutations"
|
||||||
|
Reference in New Issue
Block a user