aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer/runners/client_fuzzer.sh
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 /tools/fuzzer/runners/client_fuzzer.sh
parentfd7001008ea32317aa38f75443536f19c66dff61 (diff)
Fail if fuzzer takes > 2 minutes
Diffstat (limited to 'tools/fuzzer/runners/client_fuzzer.sh')
-rw-r--r--tools/fuzzer/runners/client_fuzzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/client_fuzzer.sh b/tools/fuzzer/runners/client_fuzzer.sh
index 39bdbc8d8a..df03e2705c 100644
--- a/tools/fuzzer/runners/client_fuzzer.sh
+++ b/tools/fuzzer/runners/client_fuzzer.sh
@@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048"
+flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
flags="$flags -dict=test/core/end2end/fuzzers/hpack.dictionary"