about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-02 11:05:09 +0100
committervan Hauser <vh@thc.org>2019-12-02 11:05:09 +0100
commit2ccf5323c2953dddc16efc419e63d6481dd67ab7 (patch)
tree4d6f8d96eda04c77f88e94fc8ddd15e4b2e751c9
parent891aadaacaf3c950e66042176422ab4e5af40e0a (diff)
downloadafl++-2ccf5323c2953dddc16efc419e63d6481dd67ab7.tar.gz
increase time for radamsa test
-rwxr-xr-xtest/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh
index 89f90a29..06040335 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -426,9 +426,9 @@ test -e ../libradamsa.so && {
   test -e test-instr.plain && {
     mkdir -p 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
     test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {
       $ECHO "$GREEN[+] libradamsa performs good - and very slow - mutations"