aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-04-26 11:30:52 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-04-26 11:30:52 -0700
commitfd59e4e5f93b803487fafa5572be36ba50b76c9d (patch)
treef99c1e18db1bbd117c00fd90319db7007c558622 /tools/fuzzer/runners/nanopb_fuzzer_response_test.sh
parent3714e302c06a907b7af42a478beae3321b07c70a (diff)
parentc3d869ef5853c4cfad57b7d3694d5260eeb7ce75 (diff)
Merge branch 'master' into stress_test_misc
Diffstat (limited to 'tools/fuzzer/runners/nanopb_fuzzer_response_test.sh')
-rw-r--r--tools/fuzzer/runners/nanopb_fuzzer_response_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh b/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh
index b55d23b165..9db425bdcf 100644
--- a/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh
+++ b/tools/fuzzer/runners/nanopb_fuzzer_response_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=128"
+flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=128 -timeout=120"
if [ "$jobs" != "1" ]