aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer/runners/api_fuzzer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fuzzer/runners/api_fuzzer.sh')
-rw-r--r--tools/fuzzer/runners/api_fuzzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/api_fuzzer.sh b/tools/fuzzer/runners/api_fuzzer.sh
index 64f2d0a54a..3521489470 100644
--- a/tools/fuzzer/runners/api_fuzzer.sh
+++ b/tools/fuzzer/runners/api_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"
if [ "$jobs" != "1" ]