From c2c293d2c1fb9017a2bc23acb7b438114bff1220 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Fri, 13 Aug 2021 21:58:16 -0700 Subject: [PATCH] Fix reproducing timeout to match clusterfuzz --- docs/advanced-topics/reproducing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-topics/reproducing.md b/docs/advanced-topics/reproducing.md index 95bb09c5c..3023ba913 100644 --- a/docs/advanced-topics/reproducing.md +++ b/docs/advanced-topics/reproducing.md @@ -38,7 +38,7 @@ the fuzz target with your build and test system, all you have to do is run this $ ./fuzz_target_binary ``` -For timeout bugs, add the `-timeout=25` argument. For OOM bugs, add the +For timeout bugs, add the `-timeout=65` argument. For OOM bugs, add the `-rss_limit_mb=2560` argument. Read more on [how timeouts and OOMs are handled]({{ site.baseurl }}/faq/#how-do-you-handle-timeouts-and-ooms).