diff options
Diffstat (limited to 'tools/fuzzer/runners/hpack_parser_fuzzer_test.sh')
-rw-r--r-- | tools/fuzzer/runners/hpack_parser_fuzzer_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/hpack_parser_fuzzer_test.sh b/tools/fuzzer/runners/hpack_parser_fuzzer_test.sh index 0cc468eeb7..e49c082835 100644 --- a/tools/fuzzer/runners/hpack_parser_fuzzer_test.sh +++ b/tools/fuzzer/runners/hpack_parser_fuzzer_test.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=512" +flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=512 -timeout=120" flags="$flags -dict=test/core/end2end/fuzzers/hpack.dictionary" |