aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-22 15:25:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-22 15:25:03 -0700
commit3ecf26d67e4e52200cb79293fb9120313baad23f (patch)
tree56b0b1ad0c8fbd0c180779b08e76647602e9e907 /templates/tools
parentfd7001008ea32317aa38f75443536f19c66dff61 (diff)
Fail if fuzzer takes > 2 minutes
Diffstat (limited to 'templates/tools')
-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}"