aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer/runners/json_fuzzer_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fuzzer/runners/json_fuzzer_test.sh')
-rw-r--r--tools/fuzzer/runners/json_fuzzer_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/json_fuzzer_test.sh b/tools/fuzzer/runners/json_fuzzer_test.sh
index 1cd3d55d1b..fc10c77193 100644
--- a/tools/fuzzer/runners/json_fuzzer_test.sh
+++ b/tools/fuzzer/runners/json_fuzzer_test.sh
@@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-flags="-max_total_time=3600"
+flags="-max_total_time=3600 -jobs=20 -workers=20"
if [ "$config" == "asan-trace-cmp" ]
then
flags="-use_traces=1 $flags"