From 95276f7da6ed9dd72556236f505a8997bee23387 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Mon, 13 Jul 2020 23:17:21 +0200 Subject: test float splitting increase timeout to 30 seconds --- test/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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" -- cgit 1.4.1