about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-07-13 23:17:21 +0200
committerhexcoder- <heiko@hexco.de>2020-07-13 23:17:21 +0200
commit95276f7da6ed9dd72556236f505a8997bee23387 (patch)
tree35bbdc47f68ae317a3475c6a700fad2db9fed69a
parente1d46217963e02c00ffbb2fe1a83116403586554 (diff)
downloadafl++-95276f7da6ed9dd72556236f505a8997bee23387.tar.gz
test float splitting increase timeout to 30 seconds
-rwxr-xr-xtest/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh
index 9938a051..e901176e 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -389,9 +389,9 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
   test -e test-floatingpoint && {
     mkdir -p in
     echo 0 > in/in
-    $ECHO "$GREY[*] running afl-fuzz with floating point splitting, this will take max. 16 seconds"
+    $ECHO "$GREY[*] running afl-fuzz with floating point splitting, this will take max. 30 seconds"
     {
-      AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -V16 -m ${MEM_LIMIT} -i in -o out -- ./test-floatingpoint >>errors 2>&1
+      AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -V30 -m ${MEM_LIMIT} -i in -o out -- ./test-floatingpoint >>errors 2>&1
     } >>errors 2>&1
     test -n "$( ls out/crashes/id:* 2>/dev/null )" && {
       $ECHO "$GREEN[+] llvm_mode laf-intel floatingpoint splitting feature works correctly"