about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-03 10:31:14 +0100
committervan Hauser <vh@thc.org>2019-12-03 10:31:14 +0100
commite5326e797e5481ab3b687dfd5501314626529d9b (patch)
treeeab0c0708fcd0a073316bfd782510e00fa91fdfa
parentca203d413fb4bf402377300b28f3606d874a8d2b (diff)
downloadafl++-e5326e797e5481ab3b687dfd5501314626529d9b.tar.gz
travis oh my travis ... sigh
-rwxr-xr-xtest/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh
index 7ac477a9..29ae4bb9 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -427,9 +427,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 30 seconds"
+    $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 36 seconds"
     {
-      ../afl-fuzz -RR -V30 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1
+      ../afl-fuzz -RR -V36 -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"