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