aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/fuzzer/runners.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tools/fuzzer/runners.template')
-rw-r--r--templates/tools/fuzzer/runners.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template
index 358d4315c2..e84a89a180 100644
--- a/templates/tools/fuzzer/runners.template
+++ b/templates/tools/fuzzer/runners.template
@@ -35,7 +35,7 @@ template: |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
- flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen}"
+ flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen} -timeout=120"
%if selected.get('dict'):
flags="$flags -dict=${selected.dict}"