diff options
Diffstat (limited to 'tools/fuzzer/runners/json_fuzzer_test.sh')
-rw-r--r-- | tools/fuzzer/runners/json_fuzzer_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/json_fuzzer_test.sh b/tools/fuzzer/runners/json_fuzzer_test.sh index e11e25dc09..9eaef87e4e 100644 --- a/tools/fuzzer/runners/json_fuzzer_test.sh +++ b/tools/fuzzer/runners/json_fuzzer_test.sh @@ -29,7 +29,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=512" +flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=512 -timeout=120" + if [ "$jobs" != "1" ] then |