test(fuzz): Use 8 restarts at each size instead of 13
This commit is contained in:
parent
90c419ab19
commit
2852cc83ba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -euxo pipefail
|
||||
ncpus=$(nproc || getconf NPROCESSORS_ONLN)
|
||||
ncpus=$(( ncpus / ( 1 + $(cat /sys/devices/system/cpu/smt/active))))
|
||||
NORMAL_RESTARTS=10
|
||||
NORMAL_RESTARTS=5
|
||||
rm -rf "fuzz/corpus/fuzz_$1_pre_fresh_blood" || true
|
||||
mkdir "fuzz/corpus/fuzz_$1_pre_fresh_blood"
|
||||
find "fuzz/corpus/fuzz_$1" -type f -exec mv '{}' "fuzz/corpus/fuzz_$1_pre_fresh_blood" ';' || true
|
||||
|
|
Loading…
Add table
Reference in a new issue