aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fuzzer')
-rwxr-xr-xtools/fuzzer/build_and_run_fuzzer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fuzzer/build_and_run_fuzzer.sh b/tools/fuzzer/build_and_run_fuzzer.sh
index 21834a9741..a57ef09cf7 100755
--- a/tools/fuzzer/build_and_run_fuzzer.sh
+++ b/tools/fuzzer/build_and_run_fuzzer.sh
@@ -31,5 +31,5 @@
set -ex
-make CONFIG=$config $1
-bins/$config/$1 -timeout 60
+make CONFIG=$config $1 -j3
+bins/$config/$1 -timeout=60