aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-10-17 11:31:12 +0200
committervan Hauser <vh@thc.org>2019-10-17 11:31:12 +0200
commitf2a1456e940949a1cb976795ff3bc054e0a3c3b5 (patch)
tree6c055fb8b67545a231c521753d99937b67eeabfb /test
parentc75abda5711d19340688be1dc8a9af7cd4ea0b7a (diff)
downloadAFLplusplus-f2a1456e940949a1cb976795ff3bc054e0a3c3b5.tar.gz
needed increased unicorn test time
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh
index 4fcd132e..e93e19f8 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -302,9 +302,9 @@ test -d ../unicorn_mode/unicorn && {
{
mkdir -p in
echo 0 > in/in
- $ECHO "$GREY[*] running afl-fuzz for unicorn_mode, this will take approx 15 seconds"
+ $ECHO "$GREY[*] running afl-fuzz for unicorn_mode, this will take approx 20 seconds"
{
- ../afl-fuzz -V15 -U -i in -o out -d -- python ../unicorn_mode/samples/simple/simple_test_harness.py @@ >>errors 2>&1
+ ../afl-fuzz -V20 -U -i in -o out -d -- python ../unicorn_mode/samples/simple/simple_test_harness.py @@ >>errors 2>&1
} >>errors 2>&1
test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {
$ECHO "$GREEN[+] afl-fuzz is working correctly with unicorn_mode"