diff options
| author | hexcoder- <heiko@hexco.de> | 2020-03-20 17:31:48 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-03-20 17:31:48 +0100 |
| commit | 69657972866f43276d0786b7b7365687d409779b (patch) | |
| tree | 8053a5ba85131f23796781858970d2deec541e81 /unicorn_mode | |
| parent | f21ff8bac85449728e0ef267afa065b7622ea70f (diff) | |
| download | afl++-69657972866f43276d0786b7b7365687d409779b.tar.gz | |
unicorn: increase timeout for unicorn test in build script
Diffstat (limited to 'unicorn_mode')
| -rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 7b82055c..d1873cc1 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -176,7 +176,7 @@ cd ../samples/simple || exit 1 # Run afl-showmap on the sample application. If anything comes out then it must have worked! unset AFL_INST_RATIO -echo 0 | ../../../afl-showmap -U -m none -q -o .test-instr0 -- $PYTHONBIN simple_test_harness.py ./sample_inputs/sample1.bin || exit 1 +echo 0 | ../../../afl-showmap -U -m none -t 2000 -q -o .test-instr0 -- $PYTHONBIN simple_test_harness.py ./sample_inputs/sample1.bin || exit 1 if [ -s .test-instr0 ] then |
